summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-30 11:50:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:28 +0200
commitf2ec771cd98fc390ed9e8f4a5e772ca9da958702 (patch)
treef1889c6bd398657c73612d5fa76219a3c41fca0a /bridges
parent97eb770d288a5411d767391cc7b6421069fdd38d (diff)
add missing exports
Change-Id: I4cfbcedde049ae205997815786c46941937e2cf7
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/shared/component.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/shared/component.cxx b/bridges/source/cpp_uno/shared/component.cxx
index 3904a1d61e8a..56eb55c6665e 100644
--- a/bridges/source/cpp_uno/shared/component.cxx
+++ b/bridges/source/cpp_uno/shared/component.cxx
@@ -209,7 +209,7 @@ SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_canUnload(TimeValue * pTime) SA
#define uno_initEnvironment CPPU_ENV_uno_initEnvironment
#endif
-void SAL_CALL uno_initEnvironment(uno_Environment * pCppEnv)
+SAL_DLLPUBLIC_EXPORT void SAL_CALL uno_initEnvironment(uno_Environment * pCppEnv)
SAL_THROW_EXTERN_C()
{
OSL_ENSURE( pCppEnv->pExtEnv, "### expected extended environment!" );
@@ -231,7 +231,7 @@ void SAL_CALL uno_initEnvironment(uno_Environment * pCppEnv)
#define uno_ext_getMapping CPPU_ENV_uno_ext_getMapping
#endif
-void SAL_CALL uno_ext_getMapping(
+SAL_DLLPUBLIC_EXPORT void SAL_CALL uno_ext_getMapping(
uno_Mapping ** ppMapping, uno_Environment * pFrom, uno_Environment * pTo)
SAL_THROW_EXTERN_C()
{