summaryrefslogtreecommitdiff
path: root/cppuhelper/source/implbase.cxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-12 12:39:32 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-12 12:39:32 +0000
commitc23515aeed4d59324d9dfe82934bd5b3c021a59a (patch)
tree45874621c67aa8a1aae917a062649b4fea483869 /cppuhelper/source/implbase.cxx
parent40b79cab484d2f5f70962e96696ed5f3645f1c8e (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'cppuhelper/source/implbase.cxx')
-rw-r--r--cppuhelper/source/implbase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx
index 441dc512dc62..6ab99749535e 100644
--- a/cppuhelper/source/implbase.cxx
+++ b/cppuhelper/source/implbase.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: implbase.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-03-09 12:15:28 $
+ * last change: $Author: jl $ $Date: 2001-03-12 13:39:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,7 @@ void ClassData::writeTypeOffset( const Type & rType, sal_Int32 nOffset ) SAL_THR
{
OString msg( "### cannot get type description for " );
msg += OUStringToOString( rType.getTypeName(), RTL_TEXTENCODING_ASCII_US );
- OSL_ENSHURE( sal_False, msg.getStr() );
+ OSL_ENSURE( sal_False, msg.getStr() );
}
#endif
}