diff options
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r-- | xmloff/source/draw/layerexp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/layerexp.cxx b/xmloff/source/draw/layerexp.cxx index 847f62faefcb..e7b0de74e955 100644 --- a/xmloff/source/draw/layerexp.cxx +++ b/xmloff/source/draw/layerexp.cxx @@ -55,9 +55,9 @@ void SdXMLayerExporter::exportLayer( SvXMLExport& rExport ) if( nCount == 0 ) return; - const OUString strName( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ); - const OUString strTitle( RTL_CONSTASCII_USTRINGPARAM( "Title" ) ); - const OUString strDescription( RTL_CONSTASCII_USTRINGPARAM( "Description" ) ); + const OUString strName( "Name" ); + const OUString strTitle( "Title" ); + const OUString strDescription( "Description" ); OUString sTmp; |