summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 13:04:13 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 13:04:13 +0000
commit37292c6a174940d66ae36bb31c43572b10da8c31 (patch)
tree32730cc91d1d9f98856cf066b78bc156214f72e4 /configmgr
parent0d3d277c3ca7fb8cc4a43784c320da56d86269f2 (diff)
INTEGRATION: CWS sb88 (1.20.10); FILE MERGED
2008/06/10 13:04:49 sb 1.20.10.1: #157123# replace sole (exception handling) call to asynchronous CacheController::invalidateComponent with call to synchronous CacheController::refreshComponent, to avoid multi-threading issues
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treecache/cachecontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/treecache/cachecontroller.cxx b/configmgr/source/treecache/cachecontroller.cxx
index 5b57df40ea99..f70e63296460 100644
--- a/configmgr/source/treecache/cachecontroller.cxx
+++ b/configmgr/source/treecache/cachecontroller.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cachecontroller.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -747,7 +747,7 @@ void CacheController::savePendingChanges(CacheRef const & _aCache, ComponentRequ
OUSTRING2ASCII(_aComponent.getComponentName().toString()),
OUSTRING2ASCII(e.Message) );
- this->invalidateComponent(_aComponent);
+ refreshComponent(_aComponent);
CFG_TRACE_INFO_NI("- component data invalidated");
throw;