summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 08:20:59 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 08:20:59 +0000
commit5670e9e732d0979a5b083fa0400a219c980ba49e (patch)
tree07a3af483bcf77333c710b7fb79b00823f7c2628 /bridges
parent391d9b4831d8fed12fe38e21b8f2fa281ade9bfe (diff)
INTEGRATION: CWS tune03 (1.15.130); FILE MERGED
2004/07/22 19:55:11 mhu 1.15.130.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/urp/urp_environment.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bridges/source/remote/urp/urp_environment.cxx b/bridges/source/remote/urp/urp_environment.cxx
index a00bec3c3d83..3f39b5e38c4d 100644
--- a/bridges/source/remote/urp/urp_environment.cxx
+++ b/bridges/source/remote/urp/urp_environment.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: urp_environment.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 16:28:57 $
+ * last change: $Author: rt $ $Date: 2004-08-23 09:20:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -427,7 +427,7 @@ using namespace bridges_urp;
//##################################################################################################
-extern "C" SAL_DLLEXPORT void SAL_CALL uno_initEnvironment(
+extern "C" void SAL_CALL uno_initEnvironment(
uno_Environment * pEnvRemote )
{
g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
@@ -536,7 +536,7 @@ extern "C" SAL_DLLEXPORT void SAL_CALL uno_initEnvironment(
//##################################################################################################
-extern "C" SAL_DLLEXPORT void SAL_CALL uno_ext_getMapping(
+extern "C" void SAL_CALL uno_ext_getMapping(
uno_Mapping ** ppMapping,
uno_Environment * pFrom,
uno_Environment * pTo )