[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/inc

Oliver-Rainer Wittmann orw at apache.org
Tue Feb 4 04:07:44 PST 2014


 sc/inc/filter.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d41f7a0fe149ce1e57565e8b0602c64f975b3596
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Feb 4 10:52:58 2014 +0000

    124155: correct visibility of function <ScFilterCreate>
    
    Review by: hdu at apache dot org

diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 360c722..c928003 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -129,7 +129,7 @@ class ScFormatFilterPlugin {
 
 // scfilt plugin symbol
 extern "C" {
-  ScFormatFilterPlugin * SAL_CALL ScFilterCreate(void);
+  SAL_DLLPUBLIC_EXPORT ScFormatFilterPlugin * SAL_CALL ScFilterCreate(void);
 }
 
 class ScFormatFilter {


More information about the Libreoffice-commits mailing list