summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:40:07 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-23 13:40:07 +0000
commit79f7dee67a9a6486a777ae8829d951f2f1d32d6e (patch)
tree5d200d4641b14767530cfdca6934deb8fdd71ffb /cppu
parent7ccf95e696dd2311371047f87abe70e675de1d6a (diff)
INTEGRATION: CWS sb20 (1.11.6); FILE MERGED
2004/07/12 10:40:58 sb 1.11.6.2: RESYNC: (1.11-1.12); FILE MERGED 2004/07/02 12:12:16 sb 1.11.6.1: #i29740# Improved constness.
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/typelib/static_types.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx
index 115117148e7a..d9124b099669 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.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2004-06-17 12:45:58 $
+ * last change: $Author: rt $ $Date: 2004-07-23 14:40:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -422,7 +422,7 @@ void init(
typelib_TypeClass eTypeClass, const sal_Char * pTypeName,
typelib_TypeDescriptionReference * pBaseType,
sal_Int32 nMembers, typelib_TypeDescriptionReference ** ppMembers,
- sal_Bool * pParameterizedTypes)
+ sal_Bool const * pParameterizedTypes)
{
OSL_ENSURE( typelib_TypeClass_STRUCT == eTypeClass ||
typelib_TypeClass_EXCEPTION == eTypeClass, "### unexpected type class!" );
@@ -515,7 +515,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()
{
init(