summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/textparagraphproperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/drawingml/textparagraphproperties.hxx')
-rw-r--r--oox/inc/drawingml/textparagraphproperties.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/textparagraphproperties.hxx b/oox/inc/drawingml/textparagraphproperties.hxx
index c85a4f84905b..cac6d64f0447 100644
--- a/oox/inc/drawingml/textparagraphproperties.hxx
+++ b/oox/inc/drawingml/textparagraphproperties.hxx
@@ -58,7 +58,7 @@ public:
void setBulletSize(sal_Int16 nSize);
void setFontSize(sal_Int16 nSize);
void setStyleName( const OUString& rStyleName ) { maStyleName <<= rStyleName; }
- void setGraphic( css::uno::Reference< css::graphic::XGraphic >& rXGraphic );
+ void setGraphic( css::uno::Reference< css::graphic::XGraphic > const & rXGraphic );
std::shared_ptr< ::oox::drawingml::Color > maBulletColorPtr;
css::uno::Any mbBulletColorFollowText;