summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unomodule.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 12:45:29 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:50 +0200
commitf7e4cf3c27100dbaf292dfacf0964bdade0a866a (patch)
tree129dac640a84f67e9e997c3b4f877c831b57a0ff /sw/source/uibase/uno/unomodule.cxx
parentdff9873c270f653ebd073dac90bdacd2a40207c1 (diff)
loplugin:unusedfields in sw
Change-Id: I4d987718bf27766c8cd7f3654db6645e5a7f554a
Diffstat (limited to 'sw/source/uibase/uno/unomodule.cxx')
-rw-r--r--sw/source/uibase/uno/unomodule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/uno/unomodule.cxx b/sw/source/uibase/uno/unomodule.cxx
index 5cb62a9db2aa..da6f74cf3a8c 100644
--- a/sw/source/uibase/uno/unomodule.cxx
+++ b/sw/source/uibase/uno/unomodule.cxx
@@ -45,11 +45,11 @@ uno::Sequence< OUString > SAL_CALL SwUnoModule_getSupportedServiceNames() throw(
}
uno::Reference< uno::XInterface > SAL_CALL SwUnoModule_createInstance(
- const uno::Reference< lang::XMultiServiceFactory > & rSMgr )
+ const uno::Reference< lang::XMultiServiceFactory > & )
throw (css::uno::Exception)
{
SolarMutexGuard aGuard;
- return uno::Reference< uno::XInterface >( dynamic_cast< frame::XDispatch * >(new SwUnoModule( rSMgr )), uno::UNO_QUERY );
+ return uno::Reference< uno::XInterface >( dynamic_cast< frame::XDispatch * >(new SwUnoModule), uno::UNO_QUERY );
}
// XNotifyingDispatch