summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlnumi.cxx')
-rw-r--r--xmloff/source/style/xmlnumi.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx
index ed6304d00d84..0da58ed8ab11 100644
--- a/xmloff/source/style/xmlnumi.cxx
+++ b/xmloff/source/style/xmlnumi.cxx
@@ -517,7 +517,7 @@ Sequence<beans::PropertyValue> SvxXMLListLevelStyleContext_Impl::GetProperties()
// Must append 'cBullet' even if it is zero
// if 'bBullet' is true and 'cBullet' is zero - BulletChar property must be 0.
- OUString sTmp = OUStringLiteral1( cBullet );
+ OUString sTmp = OUStringChar( cBullet );
pProps[nPos].Name = "BulletChar";
pProps[nPos++].Value <<= sTmp;
@@ -1248,7 +1248,7 @@ void SvxXMLListStyleContext::SetDefaultStyle(
pProps->Name = "BulletFont";
(pProps++)->Value <<= aFDesc;
- OUString sTmp = OUStringLiteral1(sal_Unicode(0xF000 + 149));
+ OUString sTmp = OUStringChar(sal_Unicode(0xF000 + 149));
pProps->Name = "BulletChar";
(pProps++)->Value <<= sTmp;
pProps->Name = "CharStyleName";