summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:29:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:29:10 +0000
commit5fefc54fc2e8b2c3a9c9926850b3e59bfb6dc55f (patch)
treee5e2acb3816f6c490c264eb423635f99d47e082f /unotools
parentb5805b1e0f9dbdc854700ec0721d5665700daf94 (diff)
INTEGRATION: CWS gh4 (1.35.18); FILE MERGED
2003/05/27 13:03:50 gh 1.35.18.1: #109847#avoid assertion being called recursively
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/configmgr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/config/configmgr.cxx b/unotools/source/config/configmgr.cxx
index b5c0986c2404..be53de148194 100644
--- a/unotools/source/config/configmgr.cxx
+++ b/unotools/source/config/configmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: configmgr.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: hr $ $Date: 2003-04-04 16:12:59 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:29:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -185,12 +185,12 @@ Reference< XMultiServiceFactory > ConfigManager::GetConfigurationProvider()
static sal_Bool bMessage = sal_True;
if(bMessage)
{
+ bMessage = sal_False;
OString sMsg("CreateInstance with arguments exception: ");
sMsg += OString(rEx.Message.getStr(),
rEx.Message.getLength(),
RTL_TEXTENCODING_ASCII_US);
OSL_ENSURE(sal_False, sMsg.getStr());
- bMessage = sal_False;
}
}
#else