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