summaryrefslogtreecommitdiffstats
path: root/connectivity/source/drivers/writer/Wservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/writer/Wservices.cxx')
-rw-r--r--connectivity/source/drivers/writer/Wservices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/writer/Wservices.cxx b/connectivity/source/drivers/writer/Wservices.cxx
index 8b1a7cb314f4..ad59d7639153 100644
--- a/connectivity/source/drivers/writer/Wservices.cxx
+++ b/connectivity/source/drivers/writer/Wservices.cxx
@@ -22,7 +22,7 @@
using namespace com::sun::star;
-typedef uno::Reference< lang::XSingleServiceFactory > (SAL_CALL* createFactoryFunc)
+typedef uno::Reference< lang::XSingleServiceFactory > (* createFactoryFunc)
(
const uno::Reference< lang::XMultiServiceFactory >& rServiceManager,
const OUString& rComponentName,
@@ -74,7 +74,7 @@ struct ProviderRequest
};
-extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL connectivity_writer_component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void* connectivity_writer_component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
void* /*pRegistryKey*/)