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
commit72ec4bd76de58fc7f8a7f2ec7899aee8035d4d51 (patch)
tree993d642d2df3d226735b84830addb5a3142a33c0 /eventattacher
parent178ca66b9b940debb7b779854f9a4d794414c8f7 (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 dc6cf805ad..3ac40e0034 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;