summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-03-19 21:15:00 +0100
committerNoel Power <noel.power@suse.com>2013-03-20 10:28:58 +0000
commitb2f8318dbda8a09fa312663d14fcaf057ee5069d (patch)
tree1f06862395db47ed52450a0cb5425cc9463f5e27 /xmloff/source/forms
parent04032bd6062638f6945e3911a491fa311404c507 (diff)
simplify OUString assignments
Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb Reviewed-on: https://gerrit.libreoffice.org/2863 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/eventexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/eventexport.cxx b/xmloff/source/forms/eventexport.cxx
index 88cf80c078bb..0cd93ed2b570 100644
--- a/xmloff/source/forms/eventexport.cxx
+++ b/xmloff/source/forms/eventexport.cxx
@@ -55,7 +55,7 @@ namespace xmloff
Sequence< PropertyValue >& rMappedEvent = m_aMappedEvents[sName];
sLocalMacroName = pEvents->ScriptCode;
- sLibrary = ::rtl::OUString();
+ sLibrary = "";
if (pEvents->ScriptType.equals(EVENT_STARBASIC))
{ // for StarBasic, the library name is part of the ScriptCode
sal_Int32 nPrefixLen = sLocalMacroName.indexOf( ':' );