summaryrefslogtreecommitdiff
path: root/configmgr/source/registry
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-03-21 11:17:35 +0000
committerJoachim Lingner <jl@openoffice.org>2001-03-21 11:17:35 +0000
commit03e2db301c67cc195302c0d8f31e1411023c694d (patch)
tree298b0820110126d8584705c4c566c638ef0bcad7 /configmgr/source/registry
parent87dffd7f154403bb90fdead2c765b389f74e535a (diff)
OSL_ENSHURE replaced by OSL_ENSURE
Diffstat (limited to 'configmgr/source/registry')
-rw-r--r--configmgr/source/registry/configregistry.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/registry/configregistry.cxx b/configmgr/source/registry/configregistry.cxx
index c7b99c9a2d..36fdee2cc3 100644
--- a/configmgr/source/registry/configregistry.cxx
+++ b/configmgr/source/registry/configregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configregistry.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2001-02-23 10:39:30 $
+ * last change: $Author: jl $ $Date: 2001-03-21 12:17:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,7 @@ OConfigurationRegistry::OConfigurationRegistry(const Reference< XMultiServiceFac
,m_xORB(_rORB)
{
// create the configuration provider used for accessing the configuration
- OSL_ENSHURE(m_xORB.is(), "OConfigurationRegistry::OConfigurationRegistry : invalid service factory !");
+ OSL_ENSURE(m_xORB.is(), "OConfigurationRegistry::OConfigurationRegistry : invalid service factory !");
if (m_xORB.is())
{
m_xConfigurationProvider =
@@ -378,7 +378,7 @@ void SAL_CALL OConfigurationRegistry::flush( ) throw(RuntimeException)
sMessage += e.Message;
// TODO : the specification of XFlushable has to be changed !!!!!
- OSL_ENSHURE(sal_False, "OConfigurationRegistry::flush : caught an exception, could not flush the data !");
+ OSL_ENSURE(sal_False, "OConfigurationRegistry::flush : caught an exception, could not flush the data !");
return;
// throw RuntimeException(sMessage, THISREF());