diff options
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/drawingml/fillproperties.hxx | 2 | ||||
-rw-r--r-- | oox/inc/drawingml/lineproperties.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/fillproperties.hxx b/oox/inc/drawingml/fillproperties.hxx index 45f5c4b40272..f189a91344e8 100644 --- a/oox/inc/drawingml/fillproperties.hxx +++ b/oox/inc/drawingml/fillproperties.hxx @@ -126,7 +126,7 @@ struct BlipFillProperties void assignUsed( const BlipFillProperties& rSourceProps ); }; -struct OOX_DLLPUBLIC FillProperties +struct FillProperties { OptValue< sal_Int32 > moFillType; /// Fill type (OOXML token). Color maFillColor; /// Solid fill color and transparence. diff --git a/oox/inc/drawingml/lineproperties.hxx b/oox/inc/drawingml/lineproperties.hxx index b0d27a278373..46be7b9bd0a2 100644 --- a/oox/inc/drawingml/lineproperties.hxx +++ b/oox/inc/drawingml/lineproperties.hxx @@ -49,7 +49,7 @@ struct LineArrowProperties void assignUsed( const LineArrowProperties& rSourceProps ); }; -struct OOX_DLLPUBLIC LineProperties +struct LineProperties { typedef ::std::pair< sal_Int32, sal_Int32 > DashStop; typedef ::std::vector< DashStop > DashStopVector; |