summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
Diffstat (limited to 'sax')
-rw-r--r--sax/source/tools/converter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx
index a66eb1857989..094cb2d6cb9a 100644
--- a/sax/source/tools/converter.cxx
+++ b/sax/source/tools/converter.cxx
@@ -415,13 +415,13 @@ void Converter::convertMeasure( OUStringBuffer& rBuffer,
static const OUString& getTrueString()
{
- static const OUString sTrue( RTL_CONSTASCII_USTRINGPARAM( "true" ) );
+ static const OUString sTrue( "true" );
return sTrue;
}
static const OUString& getFalseString()
{
- static const OUString sFalse( RTL_CONSTASCII_USTRINGPARAM( "false" ) );
+ static const OUString sFalse( "false" );
return sFalse;
}