[Libreoffice-commits] .: svgio/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 22 05:00:54 PST 2012


 svgio/source/svguno/svguno.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9f38e2f0dedfbfbbeb7e901f49b439ba90424e9
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Nov 22 14:00:02 2012 +0100

    fix export on windows
    
    SAL_DLLPUBLIC_EXPORT means exported
    SAL_DLLPUBLIC means export/import of anything in sal/

diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx
index 0f241bc..2c15990 100644
--- a/svgio/source/svguno/svguno.cxx
+++ b/svgio/source/svguno/svguno.cxx
@@ -36,7 +36,7 @@ static cppu::ImplementationEntry const services[] = {
 
 }
 
-extern "C" SAL_DLLPUBLIC void * SAL_CALL svgio_component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL svgio_component_getFactory(
     char const * pImplName, void * pServiceManager, void * pRegistryKey)
 {
     return cppu::component_getFactoryHelper(


More information about the Libreoffice-commits mailing list