summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/sequence2.h
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-28 09:50:37 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-28 09:50:37 +0000
commitd17143e6495c4161a24abd9322a957c679a51419 (patch)
tree32250c67338153cfd12ac1d42f03c47f2d8a57bb /cppu/inc/uno/sequence2.h
parent7fafa7166042dd51acf9b56bd8d034852d11d975 (diff)
no use of SAL_DLLEXPORT anymore, using def file
Diffstat (limited to 'cppu/inc/uno/sequence2.h')
-rw-r--r--cppu/inc/uno/sequence2.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/cppu/inc/uno/sequence2.h b/cppu/inc/uno/sequence2.h
index 81788d8cec1c..01ffbd3509bf 100644
--- a/cppu/inc/uno/sequence2.h
+++ b/cppu/inc/uno/sequence2.h
@@ -2,9 +2,9 @@
*
* $RCSfile: sequence2.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:10:56 $
+ * last change: $Author: dbo $ $Date: 2001-03-28 10:46:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ typedef sal_Sequence uno_Sequence;
@param pTypeDescr type description of the <B>sequence</B> and <b>not</b> of an element
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_sequence_assign(
+void SAL_CALL uno_sequence_assign(
uno_Sequence ** ppDest,
uno_Sequence * pSource,
typelib_TypeDescription * pTypeDescr,
@@ -95,7 +95,7 @@ SAL_DLLEXPORT void SAL_CALL uno_sequence_assign(
@param pType type of the <B>sequence</B> and <b>not</b> of an element
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_type_sequence_assign(
+void SAL_CALL uno_type_sequence_assign(
uno_Sequence ** ppDest,
uno_Sequence * pSource,
typelib_TypeDescriptionReference * pType,
@@ -110,7 +110,7 @@ SAL_DLLEXPORT void SAL_CALL uno_type_sequence_assign(
@param len number of elements
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_sequence_construct(
+void SAL_CALL uno_sequence_construct(
uno_Sequence ** ppSequence,
typelib_TypeDescription * pTypeDescr,
void * pElements, sal_Int32 len,
@@ -124,7 +124,7 @@ SAL_DLLEXPORT void SAL_CALL uno_sequence_construct(
@param len number of elements
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_type_sequence_construct(
+void SAL_CALL uno_type_sequence_construct(
uno_Sequence ** ppSequence,
typelib_TypeDescriptionReference * pType,
void * pElements, sal_Int32 len,
@@ -139,7 +139,7 @@ SAL_DLLEXPORT void SAL_CALL uno_type_sequence_construct(
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_sequence_reference2One(
+void SAL_CALL uno_sequence_reference2One(
uno_Sequence ** ppSequence,
typelib_TypeDescription * pTypeDescr,
uno_AcquireFunc acquire,
@@ -153,7 +153,7 @@ SAL_DLLEXPORT void SAL_CALL uno_sequence_reference2One(
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_type_sequence_reference2One(
+void SAL_CALL uno_type_sequence_reference2One(
uno_Sequence ** ppSequence,
typelib_TypeDescriptionReference * pType,
uno_AcquireFunc acquire,
@@ -169,7 +169,7 @@ SAL_DLLEXPORT void SAL_CALL uno_type_sequence_reference2One(
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_sequence_realloc(
+void SAL_CALL uno_sequence_realloc(
uno_Sequence ** ppSequence,
typelib_TypeDescription * pTypeDescr,
sal_Int32 nSize,
@@ -185,7 +185,7 @@ SAL_DLLEXPORT void SAL_CALL uno_sequence_realloc(
@param acquire function called each time an interface needs to be acquired; defaults (0) to uno
@param release function called each time an interface needs to be released; defaults (0) to uno
*/
-SAL_DLLEXPORT void SAL_CALL uno_type_sequence_realloc(
+void SAL_CALL uno_type_sequence_realloc(
uno_Sequence ** ppSequence,
typelib_TypeDescriptionReference * pType,
sal_Int32 nSize,