summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8toolbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8toolbar.hxx')
-rw-r--r--sw/source/filter/ww8/ww8toolbar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx
index 0f84cf35bb6c..dce6ea9e053c 100644
--- a/sw/source/filter/ww8/ww8toolbar.hxx
+++ b/sw/source/filter/ww8/ww8toolbar.hxx
@@ -18,7 +18,7 @@ class Xst : public TBBase
public:
Xst(){}
bool Read(SvStream &rS) override;
- OUString getString() { return sString; }
+ const OUString& getString() const { return sString; }
#if OSL_DEBUG_LEVEL > 1
virtual void Print( FILE* fp ) override;
#endif