diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-23 13:01:52 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-23 13:01:52 +0000 |
commit | c1e1d614e62d805cf2178160f4fe25ff8c954f51 (patch) | |
tree | 51469bf4e389c49053d5f270e0d03b3460b90032 /sax/test | |
parent | b427669bdf0745b058039b38192e3980bee8abb2 (diff) |
replaced: OSL_ENSHURE->OSL_ENSURE
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/sax/testsax.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index 53cad3f8c219..3bdced65803b 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testsax.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-13 06:49:11 $ + * last change: $Author: jl $ $Date: 2001-03-23 14:01:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -857,7 +857,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } |