User: rt Date: 2007-07-06 08:38:23+0000 Modified: dba/dbaccess/source/ui/misc/uiservices.cxx
Log: INTEGRATION: CWS oj14 (1.19.8); FILE MERGED 2006/11/07 09:33:33 oj 1.19.8.3: RESYNC: (1.20-1.23); FILE MERGED 2006/07/04 08:15:57 oj 1.19.8.2: RESYNC: (1.19-1.20); FILE MERGED 2006/01/03 07:49:22 oj 1.19.8.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: uiservices.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/uiservices.cxx?r1=1.23&r2=1.24 Delta lines: +6 -3 ------------------- --- uiservices.cxx 2006-10-12 13:42:39+0000 1.23 +++ uiservices.cxx 2007-07-06 08:38:21+0000 1.24 @@ -45,6 +45,9 @@ #ifndef _DBU_REGHELPER_HXX_ #include "dbu_reghelper.hxx" #endif +#ifndef INCLUDED_DBACCESSDLLAPI_H +#include "dbaccessdllapi.h" +#endif /********************************************************************************************/ @@ -117,7 +120,7 @@ //--------------------------------------------------------------------------------------- -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" DBACCESS_DLLPUBLIC void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, uno_Environment ** ) @@ -127,7 +130,7 @@ } //--------------------------------------------------------------------------------------- -extern "C" sal_Bool SAL_CALL component_writeInfo( +extern "C" DBACCESS_DLLPUBLIC sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey ) @@ -149,7 +152,7 @@ } //--------------------------------------------------------------------------------------- -extern "C" void* SAL_CALL component_getFactory( +extern "C" DBACCESS_DLLPUBLIC void* SAL_CALL component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
