diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:53:51 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 14:53:51 +0000 |
commit | e5b2329213c48bb2fdefbffab6635a0bcc05f5fc (patch) | |
tree | ce53a7b149d9885bbfde85f2e840f54193571900 /io/test/stm/testfactreg.cxx | |
parent | b3fc09987116a82f56b25e83be6422fda6088fef (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'io/test/stm/testfactreg.cxx')
-rw-r--r-- | io/test/stm/testfactreg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/io/test/stm/testfactreg.cxx b/io/test/stm/testfactreg.cxx index 2cfbdefa944e..079e6b8329e1 100644 --- a/io/test/stm/testfactreg.cxx +++ b/io/test/stm/testfactreg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testfactreg.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:24:19 $ + * last change: $Author: jl $ $Date: 2001-03-12 15:53:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,7 +152,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |