On 01/27/2012 09:46 AM, Norbert Thiebaud wrote:
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
Kai's original commit removed the unused forward declaration for
XConfigurationController, which is harmless if brought back in.
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
Kai's original commit removed the unused inclusion of PathCapType and
PathJoinType, which are harmless if brought back in.
I'm not happy with this, either, but all the additional changes brought in
with Thorsten's commits appeared to me to be minuscule and harmless, so I
would not bother to clean them up further, at least not on -3-5-0.
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.