diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:38:06 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:38:06 +0000 |
commit | 4038b72427b8fac68219b39e90fc43cbd20dcc41 (patch) | |
tree | 8df711efb615eea6cb418bf6e16e6e37e92b6bea /stoc/source/namingservice/namingservice.cxx | |
parent | 8c43ce3310b262edac3635023107167d56798964 (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'stoc/source/namingservice/namingservice.cxx')
-rw-r--r-- | stoc/source/namingservice/namingservice.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/namingservice/namingservice.cxx b/stoc/source/namingservice/namingservice.cxx index eed89f84af32..98914012f85f 100644 --- a/stoc/source/namingservice/namingservice.cxx +++ b/stoc/source/namingservice/namingservice.cxx @@ -2,9 +2,9 @@ * * $RCSfile: namingservice.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: svesik $ $Date: 2000-11-23 02:15:58 $ + * last change: $Author: jl $ $Date: 2001-03-12 15:36:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -269,7 +269,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |