summaryrefslogtreecommitdiff
path: root/xmloff/source/script/XMLStarBasicExportHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/script/XMLStarBasicExportHandler.cxx')
-rw-r--r--xmloff/source/script/XMLStarBasicExportHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/script/XMLStarBasicExportHandler.cxx b/xmloff/source/script/XMLStarBasicExportHandler.cxx
index 4548d0949b41..5127c1b6147f 100644
--- a/xmloff/source/script/XMLStarBasicExportHandler.cxx
+++ b/xmloff/source/script/XMLStarBasicExportHandler.cxx
@@ -80,7 +80,7 @@ void XMLStarBasicExportHandler::Export(
{
OUStringBuffer sTmp( sLocation.getLength() + sName.getLength() + 1 );
sTmp = sLocation;
- sTmp.append( sal_Unicode( ':' ) );
+ sTmp.append( ':' );
sTmp.append( sName );
rExport.AddAttribute(XML_NAMESPACE_SCRIPT, XML_MACRO_NAME,
sTmp.makeStringAndClear());