summaryrefslogtreecommitdiff
path: root/xmloff/source/style/cdouthdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/cdouthdl.cxx')
-rw-r--r--xmloff/source/style/cdouthdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/cdouthdl.cxx b/xmloff/source/style/cdouthdl.cxx
index e248491d5452..154505af43fb 100644
--- a/xmloff/source/style/cdouthdl.cxx
+++ b/xmloff/source/style/cdouthdl.cxx
@@ -294,7 +294,7 @@ sal_Bool XMLCrossedOutTextPropHdl::exportXML( OUString& rStrExpValue, const uno:
if( (rValue >>= nValue) &&
(awt::FontStrikeout::SLASH == nValue || awt::FontStrikeout::X == nValue) )
{
- rStrExpValue = OUString::valueOf(
+ rStrExpValue = OUString(
static_cast< sal_Unicode>( awt::FontStrikeout::SLASH == nValue ? '/'
: 'X' ) );
bRet = sal_True;