[Libreoffice-commits] .: fileaccess/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Apr 4 02:56:36 PDT 2011


 fileaccess/source/FileAccess.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3a88ef7f29502340b54926774ab5f37f7c35726
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Apr 4 10:56:14 2011 +0100

    these need to be explicitly exported in the new build system

diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx
index 40257ae..775c929 100644
--- a/fileaccess/source/FileAccess.cxx
+++ b/fileaccess/source/FileAccess.cxx
@@ -875,13 +875,13 @@ Sequence< rtl::OUString > FileAccess_getSupportedServiceNames()
 extern "C"
 {
 //==================================================================================================
-void SAL_CALL component_getImplementationEnvironment(
+SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
     const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
 {
     *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
 }
 //==================================================================================================
-void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
     const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
 {
     void * pRet = 0;


More information about the Libreoffice-commits mailing list