summaryrefslogtreecommitdiff
path: root/sc/source/ui/attrdlg/scabstdlg.cxx
diff options
context:
space:
mode:
authorJoost Eekhoorn <joost.eekhoorn@gmail.com>2010-10-31 20:26:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-10-31 20:26:00 +0000
commitd23c8832eee894356850ce1a5531a4280b071ca0 (patch)
tree1a43d26fbed01a6dff74f8bb777a45e72a6c2771 /sc/source/ui/attrdlg/scabstdlg.cxx
parentb4b9fbd72bdc6faa49cd972bd907ece8aaafbe5a (diff)
use RTL_CONSTASCII_USTRING_PARAM
Diffstat (limited to 'sc/source/ui/attrdlg/scabstdlg.cxx')
-rw-r--r--sc/source/ui/attrdlg/scabstdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/attrdlg/scabstdlg.cxx b/sc/source/ui/attrdlg/scabstdlg.cxx
index 23af73743aa9..7ab625e03f61 100644
--- a/sc/source/ui/attrdlg/scabstdlg.cxx
+++ b/sc/source/ui/attrdlg/scabstdlg.cxx
@@ -50,7 +50,7 @@ ScAbstractDialogFactory* ScAbstractDialogFactory::Create()
if ( aDialogLibrary.is() || aDialogLibrary.loadRelative( &thisModule, aStrBuf.makeStringAndClear() ) )
fp = ( ScAbstractDialogFactory* (__LOADONCALLAPI*)() )
- aDialogLibrary.getFunctionSymbol( ::rtl::OUString::createFromAscii("CreateDialogFactory") );
+ aDialogLibrary.getFunctionSymbol( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CreateDialogFactory")) );
if ( fp )
return fp();
return 0;