summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/eventimport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/eventimport.cxx')
-rw-r--r--xmloff/source/forms/eventimport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/forms/eventimport.cxx b/xmloff/source/forms/eventimport.cxx
index 150a9f27a5cc..02bfe7764a6b 100644
--- a/xmloff/source/forms/eventimport.cxx
+++ b/xmloff/source/forms/eventimport.cxx
@@ -77,8 +77,7 @@ namespace xmloff
if ( !sLibrary.isEmpty() )
{
// for StarBasic, the library is prepended
- sal_Unicode cLibSeparator = ':';
- sLibrary += OUString( &cLibSeparator, 1 );
+ sLibrary += ":";
}
sLibrary += pTranslated->ScriptCode;
pTranslated->ScriptCode = sLibrary;