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 | a24c2d2b20b819bb358d2ad45bb9e9790be95c51 (patch) | |
tree | 0ffc2f8a2ad7e315b9ea2df12369b142047976b8 /remotebridges/examples | |
parent | 61b81ad4f3926975189b4340319cdf5c5fb18761 (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 e3a862360822..0a401f9ad58b 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; |