summaryrefslogtreecommitdiff
path: root/cppu/source/uno/sequence.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-03-20 11:30:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-03-20 11:30:14 +0000
commit26973d60996f3e3edfec83789c585dd505cc2850 (patch)
tree4c87e0dd4b9e9f8b59131a1e062f99493c7f2452 /cppu/source/uno/sequence.cxx
parent14d61f6cb3065e06538e2387e5c24534675d392e (diff)
INTEGRATION: CWS uno1 (1.13.18); FILE MERGED
2003/02/25 16:41:33 dbo 1.13.18.1: #107762# avoid use of generated headers; minor modifications
Diffstat (limited to 'cppu/source/uno/sequence.cxx')
-rw-r--r--cppu/source/uno/sequence.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/cppu/source/uno/sequence.cxx b/cppu/source/uno/sequence.cxx
index 83eb2d787e72..fc50875d724e 100644
--- a/cppu/source/uno/sequence.cxx
+++ b/cppu/source/uno/sequence.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sequence.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: dbo $ $Date: 2002-08-21 09:19:31 $
+ * last change: $Author: vg $ $Date: 2003-03-20 12:30:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -231,11 +231,9 @@ static inline void _defaultConstructElements(
}
break;
}
-#ifdef CPPU_ASSERTIONS
case typelib_TypeClass_TYPEDEF:
- OSL_ENSURE( sal_False, "### unexpected typedef!" );
+ OSL_ENSURE( 0, "### unexpected typedef!" );
break;
-#endif
case typelib_TypeClass_STRUCT:
case typelib_TypeClass_EXCEPTION:
{
@@ -437,11 +435,9 @@ static inline void _copyConstructElements(
}
break;
}
-#ifdef CPPU_ASSERTIONS
case typelib_TypeClass_TYPEDEF:
- OSL_ENSURE( sal_False, "### unexpected typedef!" );
+ OSL_ENSURE( 0, "### unexpected typedef!" );
break;
-#endif
case typelib_TypeClass_STRUCT:
case typelib_TypeClass_EXCEPTION:
{