diff options
Diffstat (limited to 'oox/source/shape/WpsContext.cxx')
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 56abef55fcc1..c60e3d8971c3 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -503,7 +503,7 @@ void lcl_setTextPropsToShape(const uno::Reference<beans::XPropertySet>& xShapePr } } -void lcl_applyUsedTextPropsToAllTextRuns(uno::Reference<text::XText>& xText, +void lcl_applyUsedTextPropsToAllTextRuns(const uno::Reference<text::XText>& xText, const std::vector<beans::PropertyValue>& aTextPropVec) { if (!xText.is()) |