summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalisthelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalisthelper.cxx')
-rw-r--r--sw/source/ui/vba/vbalisthelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbalisthelper.cxx b/sw/source/ui/vba/vbalisthelper.cxx
index 1bc73773ac2c..7f83374990d1 100644
--- a/sw/source/ui/vba/vbalisthelper.cxx
+++ b/sw/source/ui/vba/vbalisthelper.cxx
@@ -149,7 +149,7 @@ void SwVbaListHelper::CreateBulletListTemplate()
}
case 2:
{
- aBulletChar = OUStringLiteral1(CHAR_EMPTY_DOT);
+ aBulletChar = OUStringChar(CHAR_EMPTY_DOT);
break;
}
case 3: