summaryrefslogtreecommitdiffstats
path: root/comphelper/source/misc/officeresourcebundle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/officeresourcebundle.cxx')
-rw-r--r--comphelper/source/misc/officeresourcebundle.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/misc/officeresourcebundle.cxx b/comphelper/source/misc/officeresourcebundle.cxx
index 53434d58f251..3c201bc030ed 100644
--- a/comphelper/source/misc/officeresourcebundle.cxx
+++ b/comphelper/source/misc/officeresourcebundle.cxx
@@ -163,8 +163,7 @@ namespace comphelper
try
{
Any aValue( m_xContext->getValueByName(
- ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
- "/singletons/com.sun.star.resource.OfficeResourceLoader" ) ) ) );
+ OUString( "/singletons/com.sun.star.resource.OfficeResourceLoader" ) ) );
OSL_VERIFY( aValue >>= xLoader );
}
catch( const Exception& )