diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-03-28 09:50:37 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-03-28 09:50:37 +0000 |
commit | d17143e6495c4161a24abd9322a957c679a51419 (patch) | |
tree | 32250c67338153cfd12ac1d42f03c47f2d8a57bb /cppu/source/typelib/static_types.cxx | |
parent | 7fafa7166042dd51acf9b56bd8d034852d11d975 (diff) |
no use of SAL_DLLEXPORT anymore, using def file
Diffstat (limited to 'cppu/source/typelib/static_types.cxx')
-rw-r--r-- | cppu/source/typelib/static_types.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index 03678d13ad41..dd490835a4bf 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -2,9 +2,9 @@ * * $RCSfile: static_types.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jl $ $Date: 2001-03-12 13:25:35 $ + * last change: $Author: dbo $ $Date: 2001-03-28 10:46:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -173,7 +173,7 @@ static inline typelib_TypeDescriptionReference * __getTypeByName( rtl_uString * extern "C" { //################################################################################################## -SAL_DLLEXPORT typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_getByTypeClass( +typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_getByTypeClass( typelib_TypeClass eTypeClass ) SAL_THROW_EXTERN_C() { @@ -350,7 +350,7 @@ SAL_DLLEXPORT typelib_TypeDescriptionReference ** SAL_CALL typelib_static_type_g } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_type_init( +void SAL_CALL typelib_static_type_init( typelib_TypeDescriptionReference ** ppRef, typelib_TypeClass eTypeClass, const sal_Char * pTypeName ) SAL_THROW_EXTERN_C() @@ -372,7 +372,7 @@ SAL_DLLEXPORT void SAL_CALL typelib_static_type_init( } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_sequence_type_init( +void SAL_CALL typelib_static_sequence_type_init( typelib_TypeDescriptionReference ** ppRef, typelib_TypeDescriptionReference * pElementType ) SAL_THROW_EXTERN_C() @@ -408,7 +408,7 @@ SAL_DLLEXPORT void SAL_CALL typelib_static_sequence_type_init( } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_compound_type_init( +void SAL_CALL typelib_static_compound_type_init( typelib_TypeDescriptionReference ** ppRef, typelib_TypeClass eTypeClass, const sal_Char * pTypeName, typelib_TypeDescriptionReference * pBaseType, @@ -480,7 +480,7 @@ SAL_DLLEXPORT void SAL_CALL typelib_static_compound_type_init( } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_interface_type_init( +void SAL_CALL typelib_static_interface_type_init( typelib_TypeDescriptionReference ** ppRef, const sal_Char * pTypeName, typelib_TypeDescriptionReference * pBaseType ) @@ -533,7 +533,7 @@ SAL_DLLEXPORT void SAL_CALL typelib_static_interface_type_init( } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_enum_type_init( +void SAL_CALL typelib_static_enum_type_init( typelib_TypeDescriptionReference ** ppRef, const sal_Char * pTypeName, sal_Int32 nDefaultValue ) @@ -574,7 +574,7 @@ SAL_DLLEXPORT void SAL_CALL typelib_static_enum_type_init( } //################################################################################################## -SAL_DLLEXPORT void SAL_CALL typelib_static_union_type_init( +void SAL_CALL typelib_static_union_type_init( typelib_TypeDescriptionReference ** ppRef, const sal_Char * pTypeName, typelib_TypeDescriptionReference * pDiscriminantTypeRef, |