summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2011-04-14 10:11:15 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 14:40:39 +0200
commitdbef0ebc20d2a3258aedb98c112ba9ba6ee422e7 (patch)
treee751bdf9f13b52fb7cacdded0e11cea1b36c4748 /connectivity
parentaff97b56be9c5467c605105898a50ffac9f27005 (diff)
gnumake4: added dbaccess and reportdesign [hg:a75d5667430f]
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/cpool/Zregistration.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/cpool/Zregistration.cxx b/connectivity/source/cpool/Zregistration.cxx
index be638aebf620..634b9325f303 100644
--- a/connectivity/source/cpool/Zregistration.cxx
+++ b/connectivity/source/cpool/Zregistration.cxx
@@ -44,13 +44,13 @@ extern "C"
{
//---------------------------------------------------------------------------------------
- void SAL_CALL component_getImplementationEnvironment(const sal_Char** _ppEnvTypeName, uno_Environment** /*_ppEnv*/)
+ 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(const sal_Char* _pImplName, ::com::sun::star::lang::XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
+SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory(const sal_Char* _pImplName, ::com::sun::star::lang::XMultiServiceFactory* _pServiceManager, void* /*_pRegistryKey*/)
{
void* pRet = NULL;