summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/gpg/GpgComponentFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/gpg/GpgComponentFactory.cxx')
-rw-r--r--xmlsecurity/source/gpg/GpgComponentFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/gpg/GpgComponentFactory.cxx b/xmlsecurity/source/gpg/GpgComponentFactory.cxx
index 88d1ac854395..2f3048a68a8c 100644
--- a/xmlsecurity/source/gpg/GpgComponentFactory.cxx
+++ b/xmlsecurity/source/gpg/GpgComponentFactory.cxx
@@ -24,7 +24,7 @@ using namespace ::com::sun::star::registry;
extern "C"
{
-void* SAL_CALL gpg_component_getFactory( const sal_Char* pImplName , void* pServiceManager , void* /*pRegistryKey*/ )
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL xsec_gpg_component_getFactory( const sal_Char* pImplName , void* pServiceManager , void* /*pRegistryKey*/ )
{
void* pRet = nullptr;
Reference< XSingleServiceFactory > xFactory ;