summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbarange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbarange.hxx')
-rw-r--r--sw/source/ui/vba/vbarange.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbarange.hxx b/sw/source/ui/vba/vbarange.hxx
index f0dd1563503b..6ae7af9113c7 100644
--- a/sw/source/ui/vba/vbarange.hxx
+++ b/sw/source/ui/vba/vbarange.hxx
@@ -72,7 +72,7 @@ public:
virtual css::uno::Reference< ooo::vba::word::XListFormat > SAL_CALL getListFormat() override;
//XDefaultProperty
- virtual OUString SAL_CALL getDefaultPropertyName() override { return "Text"; }
+ virtual OUString SAL_CALL getDefaultPropertyName() override { return u"Text"_ustr; }
// Methods
virtual void SAL_CALL InsertBreak(const css::uno::Any& _breakType) override;