[Libreoffice-commits] .: sal/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 21 10:16:27 PST 2012


 sal/qa/osl/module/osl_Module_DLL.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37ca44e4a95c80d9ebc828fc451a5eba6db57d3f
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 21 19:11:43 2012 +0200

    This function should obviously be exported for it to be callable
    
    Change-Id: Ia63e27ec40a66c52b52292549ea03899c1b3801e

diff --git a/sal/qa/osl/module/osl_Module_DLL.cxx b/sal/qa/osl/module/osl_Module_DLL.cxx
index d183269..e33f651 100644
--- a/sal/qa/osl/module/osl_Module_DLL.cxx
+++ b/sal/qa/osl/module/osl_Module_DLL.cxx
@@ -27,7 +27,7 @@
 // But we instatiate a test plugin to fake the build process.
 CPPUNIT_PLUGIN_IMPLEMENT();
 
-extern "C" sal_Bool SAL_CALL firstfunc( sal_Bool bRes )
+extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool bRes )
 {
    return ( bRes = sal_True );
 }


More information about the Libreoffice-commits mailing list