summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2017-01-04 18:15:13 +0000
committerDamjan Jovanovic <damjan@apache.org>2017-01-04 18:15:13 +0000
commit76017e27756913851d126b1fb966c0ab473e60d6 (patch)
treea924035d264ef80d7979702c2396002c4f2a7124 /ucb
parentf52a13b81e8fd8cf31c4e51a66a1d9b3df7da432 (diff)
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
Notes
Notes: ignore: obsolete
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/expand/ucpexpand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx
index 570c03a27f2a..ee6377168763 100644
--- a/ucb/source/ucp/expand/ucpexpand.cxx
+++ b/ucb/source/ucp/expand/ucpexpand.cxx
@@ -263,13 +263,13 @@ static const ::cppu::ImplementationEntry s_entries [] =
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 )