Author: damjan
Date: Wed Jan  4 18:15:13 2017
New Revision: 1777356

URL: http://svn.apache.org/viewvc?rev=1777356&view=rev
Log:
Fix a regression that caused AOO to crash on startup, due to the 
ucpexpand1 library no longer exporting symbols after the port to gbuild.

Patch by: me


Modified:
    openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx

Modified: openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx?rev=1777356&r1=1777355&r2=1777356&view=diff
==============================================================================
--- openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx (original)
+++ openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx Wed Jan  4 
18:15:13 2017
@@ -263,13 +263,13 @@ static const ::cppu::ImplementationEntry
 extern "C"
 {
 
-void SAL_CALL component_getImplementationEnvironment(
+SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(
        const sal_Char ** ppEnvTypeName, uno_Environment ** )
 {
        *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
 }
 
-void * SAL_CALL component_getFactory(
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
        const sal_Char * pImplName,
     lang::XMultiServiceFactory * pServiceManager,
     registry::XRegistryKey * pRegistryKey )


Reply via email to