Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


in the original commit by thorsten 9and not 'fixed by Stephan's)
--- a/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl
+++ b/offapi/com/sun/star/drawing/framework/ConfigurationChangeEvent.idl
@@ -35,8 +35,9 @@ module com { module sun { module star { module uno {
interface XInterface; }; };
module com { module sun { module star { module drawing { module framework {
-published interface XConfiguration;
-published interface XResourceId;
+interface XConfiguration;
+interface XConfigurationController;
+interface XResourceId;

that sound weird... and is more than unpublishing

diff --git a/offapi/com/sun/star/rendering/StrokeAttributes.idl
b/offapi/com/sun/star/rendering/StrokeAttributes.idl
index 8bb12d8..5393872 100644
--- a/offapi/com/sun/star/rendering/StrokeAttributes.idl
+++ b/offapi/com/sun/star/rendering/StrokeAttributes.idl
@@ -28,6 +28,14 @@
#ifndef __com_sun_star_rendering_StrokeAttributes_idl__
#define __com_sun_star_rendering_StrokeAttributes_idl__
+#ifndef __com_sun_star_rendering_PathCapType_idl__
+#include <com/sun/star/rendering/PathCapType.idl>
+#endif
+#ifndef __com_sun_star_rendering_PathJoinType_idl__
+#include <com/sun/star/rendering/PathJoinType.idl>
+#endif
+
+

that does not look right either

Norbert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.