summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplateslocal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/doctemplateslocal.cxx')
-rw-r--r--sfx2/source/doc/doctemplateslocal.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index 41561925bd6b..5a55df72a45a 100644
--- a/sfx2/source/doc/doctemplateslocal.cxx
+++ b/sfx2/source/doc/doctemplateslocal.cxx
@@ -58,8 +58,8 @@ void DocTemplLocaleHelper::WriteGroupLocalizationSequence( const uno::Reference<
xWriterHandler->setOutputStream( xOutStream );
- const OUString aCDATAString( "CDATA" );
- const OUString aWhiteSpace( " " );
+ static const OUStringLiteral aCDATAString( u"CDATA" );
+ static const OUStringLiteral aWhiteSpace( u" " );
// write the namespace
rtl::Reference<::comphelper::AttributeList> pRootAttrList = new ::comphelper::AttributeList;