diff options
Diffstat (limited to 'extensions/source/xmlextract/xmxuno.cxx')
-rw-r--r-- | extensions/source/xmlextract/xmxuno.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/xmlextract/xmxuno.cxx b/extensions/source/xmlextract/xmxuno.cxx index fb9bff62b97e..c33b0e811414 100644 --- a/extensions/source/xmlextract/xmxuno.cxx +++ b/extensions/source/xmlextract/xmxuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmxuno.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:16:54 $ + * last change: $Author: jl $ $Date: 2001-03-23 11:57:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (NMSP_REGISTRY::InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |