summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/misc/sdbt_services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/sdbtools/misc/sdbt_services.cxx')
-rw-r--r--dbaccess/source/sdbtools/misc/sdbt_services.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/sdbtools/misc/sdbt_services.cxx b/dbaccess/source/sdbtools/misc/sdbt_services.cxx
index 7da24412dc9e..60230f39a445 100644
--- a/dbaccess/source/sdbtools/misc/sdbt_services.cxx
+++ b/dbaccess/source/sdbtools/misc/sdbt_services.cxx
@@ -52,7 +52,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL sdbt_component_getFactory(
if (pServiceManager && pImplementationName)
{
xRet = ::sdbtools::SdbtModule::getInstance().getComponentFactory(
- ::rtl::OUString::createFromAscii(pImplementationName));
+ OUString::createFromAscii(pImplementationName));
}
if (xRet.is())