Kaydet (Commit) 79f7dee6 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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.
üst 7ccf95e6
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment