diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:31:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:31:43 +0000 |
commit | c8f40d8441d9721959d1de32d529cb48be0eee4d (patch) | |
tree | eb3c704d9634dba0edec9f63186b5bd454334425 /unotools/source/ucbhelper | |
parent | a6b24e9983de73591b309d65d1b3adcf56a8b703 (diff) |
INTEGRATION: CWS visibility03 (1.7.88); FILE MERGED
2005/03/25 00:48:40 mhu 1.7.88.2: RESYNC: (1.7-1.8); FILE MERGED
2005/03/08 09:58:43 mhu 1.7.88.1: #i40092# Added more exports.
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r-- | unotools/source/ucbhelper/xtempfile.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx index bb0845aa863b..27944fc9171c 100644 --- a/unotools/source/ucbhelper/xtempfile.cxx +++ b/unotools/source/ucbhelper/xtempfile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xtempfile.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2005-02-25 09:23:55 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:31:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -531,7 +531,7 @@ static sal_Bool writeInfo( void * pRegistryKey, } // C functions to implement this as a component -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; @@ -543,7 +543,7 @@ extern "C" void SAL_CALL component_getImplementationEnvironment( * @param pServiceManager generic uno interface providing a service manager * @param pRegistryKey generic uno interface providing registry key to write */ -extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey ) +extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey ) { return pRegistryKey && writeInfo (pRegistryKey, @@ -559,7 +559,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* p * @param pRegistryKey registry data key to read and write component persistent data * @return a component factory (generic uno interface) */ -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) { void * pRet = 0; |