summaryrefslogtreecommitdiff
path: root/cppu/source/uno/constr.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-12 12:28:14 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-12 12:28:14 +0000
commit40b79cab484d2f5f70962e96696ed5f3645f1c8e (patch)
tree90ca4d10cb0b2962cb0544b94f2a2d5963b534dd /cppu/source/uno/constr.hxx
parentad5b1f6a013e3c9c4623fc35360faec44de50386 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'cppu/source/uno/constr.hxx')
-rw-r--r--cppu/source/uno/constr.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx
index bf6a7e008cd4..6cbe478a046e 100644
--- a/cppu/source/uno/constr.hxx
+++ b/cppu/source/uno/constr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: constr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:10:57 $
+ * 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
@@ -168,7 +168,7 @@ inline void __defaultConstructData(
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: