summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-21 11:06:54 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-21 11:06:54 +0000
commit9a9ff76a12d3cd5c9cbc10e0a8f6b69388220dfc (patch)
treeeb4e1efe52593d37e0b30bf8f2034aca69e08576 /configmgr
parent14ab32beff9228f303dfdea51232267cbd957d10 (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/api/confeventhelpers.cxx6
-rw-r--r--configmgr/source/api/confeventhelpers.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/configmgr/source/api/confeventhelpers.cxx b/configmgr/source/api/confeventhelpers.cxx
index 47c7abe28b29..ca532eed5616 100644
--- a/configmgr/source/api/confeventhelpers.cxx
+++ b/configmgr/source/api/confeventhelpers.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confeventhelpers.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jb $ $Date: 2001-03-20 17:05:05 $
+ * last change: $Author: jl $ $Date: 2001-03-21 12:06:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ namespace configmgr
void throwDispatchIllegalSequenceException()
{
- OSL_ENSHURE( 0, "Illegal Call to brodcaster while dispatching" );
+ OSL_ENSURE( 0, "Illegal Call to brodcaster while dispatching" );
}
////////////////////////////////////////////////////////////////////////
diff --git a/configmgr/source/api/confeventhelpers.hxx b/configmgr/source/api/confeventhelpers.hxx
index df9f41da9890..881c638400c5 100644
--- a/configmgr/source/api/confeventhelpers.hxx
+++ b/configmgr/source/api/confeventhelpers.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confeventhelpers.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: armin $ $Date: 2001-03-07 17:13:53 $
+ * last change: $Author: jl $ $Date: 2001-03-21 12:06:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ namespace configmgr
~BroadcastImplHelper()
{
- OSL_ENSHURE(m_aInterfaces.empty(), "Configuration Broadcaster was not disposed properly");
+ OSL_ENSURE(m_aInterfaces.empty(), "Configuration Broadcaster was not disposed properly");
}
public: