summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/swmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/swmodule.cxx')
-rw-r--r--sw/source/ui/app/swmodule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/app/swmodule.cxx b/sw/source/ui/app/swmodule.cxx
index 074d23cab9f2..6919cf17fc0a 100644
--- a/sw/source/ui/app/swmodule.cxx
+++ b/sw/source/ui/app/swmodule.cxx
@@ -216,8 +216,8 @@ SwModule::GetScannerManager()
m_xScannerManager =
uno::Reference< scanner::XScannerManager2 >(
xMgr->createInstance(
- rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
- "com.sun.star.scanner.ScannerManager")) ),
+ rtl::OUString(
+ "com.sun.star.scanner.ScannerManager") ),
uno::UNO_QUERY );
}
}