summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testlib/defbootstrap_lib.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testlib/defbootstrap_lib.cxx')
-rw-r--r--cppuhelper/test/testlib/defbootstrap_lib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/testlib/defbootstrap_lib.cxx b/cppuhelper/test/testlib/defbootstrap_lib.cxx
index e101eb70920d..e25a383d78c0 100644
--- a/cppuhelper/test/testlib/defbootstrap_lib.cxx
+++ b/cppuhelper/test/testlib/defbootstrap_lib.cxx
@@ -42,7 +42,7 @@ static sal_Bool tryService(const char * serviceName)
::osl::Module::getUrlFromAddress((void *)tryService, libraryFileUrl);
OUString iniName = libraryFileUrl.copy(0, libraryFileUrl.lastIndexOf((sal_Unicode)'.')); // cut the library extension
- iniName += OUString(RTL_CONSTASCII_USTRINGPARAM(SAL_CONFIGFILE(""))); // add the rc file extension
+ iniName += OUString(SAL_CONFIGFILE("")); // add the rc file extension
#if OSL_DEBUG_LEVEL > 1
OString sIniName = OUStringToOString(iniName, RTL_TEXTENCODING_ASCII_US);