summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xmlfilterdetect/fdcomp.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/source/xmlfilterdetect/fdcomp.cxx b/filter/source/xmlfilterdetect/fdcomp.cxx
index f20ff3a617ba..b12cdb31ac03 100644
--- a/filter/source/xmlfilterdetect/fdcomp.cxx
+++ b/filter/source/xmlfilterdetect/fdcomp.cxx
@@ -45,6 +45,10 @@ static cppu::ImplementationEntry const services[] = {
}
+#ifdef DISABLE_DYNLOADING
+#define component_getFactory xmlfd_component_getFactory
+#endif
+
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
char const * pImplName, void * pServiceManager, void * pRegistryKey)
{