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.

Stephan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to