diff options
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index 266ae173f781..5d777fb40b91 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -2,9 +2,9 @@ * * $RCSfile: eventattacher.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:15:25 $ + * last change: $Author: kz $ $Date: 2001-03-28 16:28:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -935,7 +935,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSHURE( sal_False, "### InvalidRegistryException!" ); + OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); } } return sal_False; |