summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2005-05-11 09:38:31 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2005-05-11 09:38:31 +0000
commite16d0fb2991f652bd3ac8a1f05ab5757e3bd338b (patch)
tree98076a4c37746c19588125f8a859f70fb16ccbe0 /bridges
parent3360a3c6325b627c2a6d6ad84aa28fb042159695 (diff)
#i10000# compile error in debug builds
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
index 4fb7bc710a07..7161d3c4cfcb 100644
--- a/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/cc50_solaris_intel/cpp2uno.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cpp2uno.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2005-02-21 12:11:46 $
+ * last change: $Author: hjs $ $Date: 2005-05-11 10:38:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -381,7 +381,7 @@ bool isSimpleStruct(typelib_TypeDescriptionReference * type) {
= reinterpret_cast< typelib_CompoundTypeDescription * >(td);
ctd != 0; ctd = ctd->pBaseTypeDescription)
{
- OSL_ASSERT(ctd->eTypeClass == typelib_TypeClass_STRUCT);
+ OSL_ASSERT(ctd->aBase.eTypeClass == typelib_TypeClass_STRUCT);
for (sal_Int32 i = 0; i < ctd->nMembers; ++i) {
typelib_TypeClass c = ctd->ppTypeRefs[i]->eTypeClass;
switch (c) {