From e5b2329213c48bb2fdefbffab6635a0bcc05f5fc Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 12 Mar 2001 14:53:51 +0000 Subject: OSL_ENSHURE replaced by OSL_ENSURE --- io/source/TextOutputStream/TextOutputStream.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io/source/TextOutputStream/TextOutputStream.cxx') diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx index 2f54064b021e..c6cb13ee7901 100644 --- a/io/source/TextOutputStream/TextOutputStream.cxx +++ b/io/source/TextOutputStream/TextOutputStream.cxx @@ -2,9 +2,9 @@ * * $RCSfile: TextOutputStream.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:24:17 $ + * last change: $Author: jl $ $Date: 2001-03-12 15:50:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -323,7 +323,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; -- cgit