summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unofreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/uno/unofreg.cxx')
-rw-r--r--sw/source/uibase/uno/unofreg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/uno/unofreg.cxx b/sw/source/uibase/uno/unofreg.cxx
index dce6625edf92..3d2b0b91683f 100644
--- a/sw/source/uibase/uno/unofreg.cxx
+++ b/sw/source/uibase/uno/unofreg.cxx
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::lang;
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void * SAL_CALL sw_component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * sw_component_getFactory(
const sal_Char * pImplName,
void * pServiceManager,
void * )
@@ -82,7 +82,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL sw_component_getFactory(
} // extern "C"
-extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL
+extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
SwXMailMerge_get_implementation(css::uno::XComponentContext*,
css::uno::Sequence<css::uno::Any> const &)
{