From 40b79cab484d2f5f70962e96696ed5f3645f1c8e Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 12 Mar 2001 12:28:14 +0000 Subject: OSL_ENSHURE replaced by OSL_ENSURE --- cppu/source/uno/copy.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cppu/source/uno/copy.hxx') diff --git a/cppu/source/uno/copy.hxx b/cppu/source/uno/copy.hxx index 57a1cd2204fd..76d35ae318fa 100644 --- a/cppu/source/uno/copy.hxx +++ b/cppu/source/uno/copy.hxx @@ -2,9 +2,9 @@ * * $RCSfile: copy.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: dbo $ $Date: 2001-03-12 12:03:40 $ + * last change: $Author: jl $ $Date: 2001-03-12 13:27:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,7 +206,7 @@ inline void __copyConstructAnyFromData( break; #ifdef CPPU_ASSERTIONS case typelib_TypeClass_ANY: - OSL_ENSHURE( sal_False, "### unexpected nested any!" ); + OSL_ENSURE( sal_False, "### unexpected nested any!" ); break; #endif case typelib_TypeClass_ENUM: @@ -215,7 +215,7 @@ inline void __copyConstructAnyFromData( break; #ifdef CPPU_ASSERTIONS case typelib_TypeClass_TYPEDEF: - OSL_ENSHURE( sal_False, "### unexpected typedef!" ); + OSL_ENSURE( sal_False, "### unexpected typedef!" ); break; #endif case typelib_TypeClass_STRUCT: @@ -386,7 +386,7 @@ inline void __copyConstructAny( break; #ifdef CPPU_ASSERTIONS case typelib_TypeClass_TYPEDEF: - OSL_ENSHURE( sal_False, "### unexpected typedef!" ); + OSL_ENSURE( sal_False, "### unexpected typedef!" ); break; #endif case typelib_TypeClass_STRUCT: @@ -649,7 +649,7 @@ inline void __copyConstructData( break; #ifdef CPPU_ASSERTIONS case typelib_TypeClass_TYPEDEF: - OSL_ENSHURE( sal_False, "### unexpected typedef!" ); + OSL_ENSURE( sal_False, "### unexpected typedef!" ); break; #endif case typelib_TypeClass_STRUCT: -- cgit v1.2.3