summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/unomod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/unomod.cxx')
-rw-r--r--sw/source/ui/uno/unomod.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uno/unomod.cxx b/sw/source/ui/uno/unomod.cxx
index 299b17a3fa98..ac9ea9b173fa 100644
--- a/sw/source/ui/uno/unomod.cxx
+++ b/sw/source/ui/uno/unomod.cxx
@@ -208,7 +208,7 @@ static ChainablePropertySetInfo * lcl_createPrintSettingsInfo()
Reference< uno::XInterface > SAL_CALL SwXModule_createInstance(
const Reference< XMultiServiceFactory > & /*rSMgr*/) throw( Exception )
{
- static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new SwXModule();;
+ static Reference< uno::XInterface > xModule = (cppu::OWeakObject*)new SwXModule();
return xModule;
}