diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:20:20 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-23 08:20:20 +0000 |
commit | 80d5f4aea4aedfec68f315fc3eb9abf94f973a2e (patch) | |
tree | 8e927a43793d88ae3196af6a94d8b87a9a5b89a6 /bridges | |
parent | 59acd53c90a311567364fbf94a68934a4579fe32 (diff) |
INTEGRATION: CWS tune03 (1.7.182); FILE MERGED
2004/07/22 19:55:10 mhu 1.7.182.1: #i29979# Removed use of old-style SAL_DLLEXPORT macro (see @ sal/types.h)
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx index fdc3eb07c74f..2b0960990b2f 100644 --- a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx +++ b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cpp2uno.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dbo $ $Date: 2001-09-06 11:59:03 $ + * last change: $Author: rt $ $Date: 2004-08-23 09:20:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -629,19 +629,19 @@ void SAL_CALL cppu_cppInterfaceProxy_patchVtable( } //################################################################################################## -extern "C" SAL_DLLEXPORT sal_Bool SAL_CALL component_canUnload( TimeValue * pTime ) +extern "C" sal_Bool SAL_CALL component_canUnload( TimeValue * pTime ) SAL_THROW_EXTERN_C() { return CPPU_CURRENT_NAMESPACE::g_moduleCount.canUnload( &CPPU_CURRENT_NAMESPACE::g_moduleCount, pTime ); } //################################################################################################## -extern "C" SAL_DLLEXPORT void SAL_CALL uno_initEnvironment( uno_Environment * pCppEnv ) +extern "C" void SAL_CALL uno_initEnvironment( uno_Environment * pCppEnv ) SAL_THROW_EXTERN_C() { CPPU_CURRENT_NAMESPACE::cppu_cppenv_initEnvironment( pCppEnv ); } //################################################################################################## -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 ) SAL_THROW_EXTERN_C() { |