filter/source/xmlfilterdetect/fdcomp.cxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit c6107b7d4901cfc120956ed9033279ec41f627b0 Author: Tor Lillqvist <tlillqv...@suse.com> Date: Mon Sep 24 09:58:55 2012 +0300 Use prefix in the DISABLE_DYNLOADING case Change-Id: Ic110b66fc8f9e9ce812be3ea2d0672db4d223d39 diff --git a/filter/source/xmlfilterdetect/fdcomp.cxx b/filter/source/xmlfilterdetect/fdcomp.cxx index f20ff3a..b12cdb3 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) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits