summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unomodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unomodule.cxx')
-rw-r--r--sw/source/uibase/uno/unomodule.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/uno/unomodule.cxx b/sw/source/uibase/uno/unomodule.cxx
index cf074ec15d02..dce4a610fcaf 100644
--- a/sw/source/uibase/uno/unomodule.cxx
+++ b/sw/source/uibase/uno/unomodule.cxx
@@ -32,18 +32,18 @@
using namespace css;
-OUString SAL_CALL SwUnoModule_getImplementationName() throw()
+OUString SwUnoModule_getImplementationName() throw()
{
return OUString( "com.sun.star.comp.Writer.WriterModule" );
}
-uno::Sequence< OUString > SAL_CALL SwUnoModule_getSupportedServiceNames() throw()
+uno::Sequence< OUString > SwUnoModule_getSupportedServiceNames() throw()
{
uno::Sequence<OUString> aSeq { "com.sun.star.text.ModuleDispatcher" };
return aSeq;
}
-uno::Reference< uno::XInterface > SAL_CALL SwUnoModule_createInstance(
+uno::Reference< uno::XInterface > SwUnoModule_createInstance(
const uno::Reference< lang::XMultiServiceFactory > & )
{
SolarMutexGuard aGuard;