diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-11-22 14:00:02 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-11-22 14:00:02 +0100 |
commit | c9f38e2f0dedfbfbbeb7e901f49b439ba90424e9 (patch) | |
tree | 9cdfc606f6fb4813616b2aad182049256f71b0ef /svgio | |
parent | 09fa15193e98592b8d183e00dd3a1b7c9878b603 (diff) |
fix export on windows
SAL_DLLPUBLIC_EXPORT means exported
SAL_DLLPUBLIC means export/import of anything in sal/
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/source/svguno/svguno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svguno/svguno.cxx b/svgio/source/svguno/svguno.cxx index 0f241bcfe344..2c15990f37a5 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( |