summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-09-24 09:58:55 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-09-24 09:58:55 +0300
commitc6107b7d4901cfc120956ed9033279ec41f627b0 (patch)
tree1d3531c32a7ae58d4304a2d985005e70552f7529
parent6e86706c498fe5d672137f5ef0624308265ff220 (diff)
Use prefix in the DISABLE_DYNLOADING case
Change-Id: Ic110b66fc8f9e9ce812be3ea2d0672db4d223d39
-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)
{