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
commitf4dbef7ab2268d5c6483f25309dd0fd4caf7b81d (patch)
tree4a149877209ec3cb2c09cd10a0dcd44e04792f3f /configmgr
parentb06e751c97d5e835f5773dc5f58420ab2db6f6b3 (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 9cb310a3c7..4f460c37b3 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;