summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-23 13:39:53 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-23 13:39:53 +0000
commit7ccf95e696dd2311371047f87abe70e675de1d6a (patch)
tree706d1e55651181d2979e7f19f07a0a36bf1b03b2 /cppu
parent4876fc55bc769a008397664bc4b75218a833d86a (diff)
INTEGRATION: CWS sb20 (1.16.12); FILE MERGED
2004/07/02 12:12:15 sb 1.16.12.1: #i29740# Improved constness.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/typelib/typedescription.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/typelib/typedescription.h b/cppu/inc/typelib/typedescription.h
index fc5472de2bdc..92925ddff223 100644
--- a/cppu/inc/typelib/typedescription.h
+++ b/cppu/inc/typelib/typedescription.h
@@ -2,9 +2,9 @@
*
* $RCSfile: typedescription.h,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 03:18:44 $
+ * last change: $Author: rt $ $Date: 2004-07-23 14:39:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1137,7 +1137,7 @@ void SAL_CALL typelib_static_struct_type_init(
typelib_TypeDescriptionReference ** ppRef, const sal_Char * pTypeName,
typelib_TypeDescriptionReference * pBaseType,
sal_Int32 nMembers, typelib_TypeDescriptionReference ** ppMembers,
- sal_Bool * pParameterizedTypes )
+ sal_Bool const * pParameterizedTypes )
SAL_THROW_EXTERN_C();
/** Inits incomplete static interface type reference. Thread synchronizes on typelib init mutex.