summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/layerexp.cxx
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-24 21:02:16 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-24 21:06:00 +0100
commitd5da6480561b3df99cb1df480b88fcd055bd10aa (patch)
treef2617a1a3656eb22106832e1f194ffe235ed812e /xmloff/source/draw/layerexp.cxx
parent4c8738671313c12e672c59379d109d5fee9138f9 (diff)
remove RTL_CONSTASCII_(U)STRINGPARAM in xmloff
Change-Id: I86163e68d0993dcaf6888060ace17f5dba812f1a
Diffstat (limited to 'xmloff/source/draw/layerexp.cxx')
-rw-r--r--xmloff/source/draw/layerexp.cxx6
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;