summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmain.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-20 23:36:50 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-20 23:36:50 +0100
commit317cfbfda9f638fe59c43caa433582f3b7845c79 (patch)
treead6645f8c0199e0c86b4a57557cb5a541bd3f398 /sfx2/source/appl/appmain.cxx
parent19f39fdbc5f88907fe92de1aaf32d600794819a5 (diff)
TL_CONSTASCII_USTRINGPARAM in libs core 26
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r--sfx2/source/appl/appmain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 019f46c460a6..0083bec101b7 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -178,7 +178,7 @@ bool SfxApplication::InitLabelResMgr( const char* _pLabelPrefix, bool _bExceptio
{
// maybe corrupted installation
throw (::com::sun::star::uno::RuntimeException(
- ::rtl::OUString::createFromAscii("iso resource could not be loaded by SfxApplication"),
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("iso resource could not be loaded by SfxApplication")),
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >()));
}
}