diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:29:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-10 10:29:10 +0000 |
commit | 5fefc54fc2e8b2c3a9c9926850b3e59bfb6dc55f (patch) | |
tree | e5e2acb3816f6c490c264eb423635f99d47e082f /unotools | |
parent | b5805b1e0f9dbdc854700ec0721d5665700daf94 (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.cxx | 6 |
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 |