summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/layerexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r--xmloff/source/draw/layerexp.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx
index 36f74ba5696d..9ac924e92c6c 100644
--- a/xmloff/source/draw/layerexp.cxx
+++ b/xmloff/source/draw/layerexp.cxx
@@ -53,12 +53,12 @@ void SdXMLayerExporter::exportLayer( SvXMLExport& rExport )
if( nCount == 0 )
return;
- const OUString strName( "Name" );
- const OUString strTitle( "Title" );
- const OUString strDescription( "Description" );
- const OUString strIsVisible( "IsVisible");
- const OUString strIsPrintable( "IsPrintable");
- const OUString strIsLocked( "IsLocked" );
+ static const OUStringLiteral strName( u"Name" );
+ static const OUStringLiteral strTitle( u"Title" );
+ static const OUStringLiteral strDescription( u"Description" );
+ static const OUStringLiteral strIsVisible( u"IsVisible");
+ static const OUStringLiteral strIsPrintable( u"IsPrintable");
+ static const OUStringLiteral strIsLocked( u"IsLocked" );
OUString sTmp;