summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 11:35:39 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 11:35:39 +0000
commit330b7e0f6f25dcf3482fb695efc8d8e36a810295 (patch)
tree7b1b8a5b8849b641c0a45c5e4e526ee566ff1b9e /sot
parentd482a30b740cfe73e327b65169e106a8cbfee8dc (diff)
INTEGRATION: CWS visibility03 (1.2.22); FILE MERGED
2005/03/08 09:58:55 mhu 1.2.22.1: #i40092# Added more exports.
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/register.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sot/source/unoolestorage/register.cxx b/sot/source/unoolestorage/register.cxx
index 6ee94fea6a38..d5d30753f488 100644
--- a/sot/source/unoolestorage/register.cxx
+++ b/sot/source/unoolestorage/register.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: register.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 20:32:14 $
+ * last change: $Author: obo $ $Date: 2005-04-13 12:35:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,12 +78,12 @@ using namespace ::com::sun::star;
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, void * pServiceManager, void * pRegistryKey )
+SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
{
void * pRet = 0;
@@ -107,7 +107,7 @@ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServic
return pRet;
}
-sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey )
+SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo( void * pServiceManager, void * pRegistryKey )
{
if (pRegistryKey)
{