diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 12:28:14 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 12:28:14 +0000 |
commit | 40b79cab484d2f5f70962e96696ed5f3645f1c8e (patch) | |
tree | 90ca4d10cb0b2962cb0544b94f2a2d5963b534dd /cppu/source/uno/copy.hxx | |
parent | ad5b1f6a013e3c9c4623fc35360faec44de50386 (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'cppu/source/uno/copy.hxx')
-rw-r--r-- | cppu/source/uno/copy.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
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: |