diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-03-12 15:17:56 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-03-12 15:17:56 +0000 |
commit | 20240be7027526f077bc5e71150bf7cf98fccce5 (patch) | |
tree | 591af65a814947f18c2828094bc16f9ffdb7d454 /remotebridges/examples | |
parent | 31ce40ec36bf3dc8c631e48eaad70994adcba62b (diff) |
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'remotebridges/examples')
-rw-r--r-- | remotebridges/examples/officeclient.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx index e5d76fda8..bbb31a2ba 100644 --- a/remotebridges/examples/officeclient.cxx +++ b/remotebridges/examples/officeclient.cxx @@ -2,9 +2,9 @@ * * $RCSfile: officeclient.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mfe $ $Date: 2001-02-01 12:41:19 $ + * last change: $Author: jl $ $Date: 2001-03-12 16:12:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -340,7 +340,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |