diff options
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/drawingml/textparagraphproperties.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/textparagraphproperties.hxx b/oox/inc/drawingml/textparagraphproperties.hxx index c864d2c0fbaf..c81fa293c068 100644 --- a/oox/inc/drawingml/textparagraphproperties.hxx +++ b/oox/inc/drawingml/textparagraphproperties.hxx @@ -59,7 +59,7 @@ public: void setStyleName( const OUString& rStyleName ) { maStyleName <<= rStyleName; } void setGraphic( ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rXGraphic ); - ::oox::drawingml::ColorPtr maBulletColorPtr; + std::shared_ptr< ::oox::drawingml::Color > maBulletColorPtr; ::com::sun::star::uno::Any mbBulletColorFollowText; ::com::sun::star::uno::Any mbBulletFontFollowText; ::oox::drawingml::TextFont maBulletFont; |