diff options
Diffstat (limited to 'dtrans/source/win32/ftransl')
-rw-r--r-- | dtrans/source/win32/ftransl/ftranslentry.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 4d87de8806ce..6c6e9be9913e 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ftranslentry.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tra $ $Date: 2001-02-27 07:38:20 $ + * last change: $Author: jl $ $Date: 2001-03-22 14:28:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,7 +166,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; } } |