summaryrefslogtreecommitdiff
path: root/eventattacher
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-03-28 15:28:42 +0000
committerKurt Zenker <kz@openoffice.org>2001-03-28 15:28:42 +0000
commit6cb8d943e1dda312f800ad25f798a65439857cad (patch)
tree963a405c0db72bba8496aa68a965621fdc3a8cf5 /eventattacher
parentb5d5439c6e5590c359b181ffdec119beb609bf70 (diff)
OSL_ENSHURE -> OSL_ENSURE
Diffstat (limited to 'eventattacher')
-rw-r--r--eventattacher/source/eventattacher.cxx6
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;