From 58f0bda3440680b4e3f99803035828a7959256e1 Mon Sep 17 00:00:00 2001 From: Joachim Lingner Date: Thu, 22 Mar 2001 13:28:22 +0000 Subject: OSL_ENSHURE replaced by OSL_ENSURE --- dtrans/source/aqua/aqua_service.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dtrans/source/aqua') diff --git a/dtrans/source/aqua/aqua_service.cxx b/dtrans/source/aqua/aqua_service.cxx index daf191997b96..efeb8d2c903a 100644 --- a/dtrans/source/aqua/aqua_service.cxx +++ b/dtrans/source/aqua/aqua_service.cxx @@ -2,9 +2,9 @@ * * $RCSfile: aqua_service.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pluby $ $Date: 2001-03-16 16:50:18 $ + * last change: $Author: jl $ $Date: 2001-03-22 14:24:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,7 +115,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey } catch( InvalidRegistryException& ) { - OSL_ENSHURE(sal_False, "InvalidRegistryException caught"); + OSL_ENSURE(sal_False, "InvalidRegistryException caught"); bRetVal = sal_False; } } -- cgit v1.2.3