From 4038b72427b8fac68219b39e90fc43cbd20dcc41 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Mon, 12 Mar 2001 14:38:06 +0000 Subject: OSL_ENSHURE replaced by OSL_ENSURE --- stoc/source/javaloader/javaloader.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stoc/source/javaloader') diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index 2881b24a12ee..ee1bbcc1f1e2 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: javaloader.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kr $ $Date: 2001-02-19 10:15:30 $ + * last change: $Author: jl $ $Date: 2001-03-12 15:34:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -347,7 +347,7 @@ extern "C" bRes = sal_True; } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } -- cgit