summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/component/registerservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/component/registerservices.cxx')
-rw-r--r--xmlsecurity/source/component/registerservices.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/component/registerservices.cxx b/xmlsecurity/source/component/registerservices.cxx
index 24de5116abc9..1ee0290f22b2 100644
--- a/xmlsecurity/source/component/registerservices.cxx
+++ b/xmlsecurity/source/component/registerservices.cxx
@@ -30,7 +30,7 @@ using namespace ::com::sun::star::uno;
extern "C"
{
-SAL_DLLPUBLIC_EXPORT void* SAL_CALL xmlsecurity_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
+SAL_DLLPUBLIC_EXPORT void* xmlsecurity_component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
void* pRet = nullptr;
uno::Reference< XInterface > xFactory;