diff options
Diffstat (limited to 'include/oox/vml/vmltextbox.hxx')
-rw-r--r-- | include/oox/vml/vmltextbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/vml/vmltextbox.hxx b/include/oox/vml/vmltextbox.hxx index 1c7ff8e2db3c..d4f6ef2b8e09 100644 --- a/include/oox/vml/vmltextbox.hxx +++ b/include/oox/vml/vmltextbox.hxx @@ -85,7 +85,7 @@ public: const TextFontModel* getFirstFont() const; /** Returns the entire text of all text portions. */ OUString getText() const; - void convert(css::uno::Reference<css::drawing::XShape> xShape) const; + void convert(const css::uno::Reference<css::drawing::XShape>& xShape) const; ShapeTypeModel& mrTypeModel; /// Text distance from the border (inset attribute of v:textbox), valid only if set. |