summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:04:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:04:27 +0000
commite6dabf025a2eeb2dfd6dc5309dd26222ded20d8b (patch)
treeddd4ba80e5d81ab3f6b7712ba7b584216a865487 /configmgr
parent37292c6a174940d66ae36bb31c43572b10da8c31 (diff)
INTEGRATION: CWS sb88 (1.12.10); FILE MERGED
2008/06/10 13:04:49 sb 1.12.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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/configmgr/source/treecache/cachecontroller.hxx b/configmgr/source/treecache/cachecontroller.hxx
index b09ce99eb6b5..04c0d3f3ab68 100644
--- a/configmgr/source/treecache/cachecontroller.hxx
+++ b/configmgr/source/treecache/cachecontroller.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cachecontroller.hxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -305,8 +305,6 @@ namespace configmgr
// writes an update to the backend directly
void saveDirectly(UpdateRequest const & _anUpdate) CFG_UNO_THROW_ALL( );
- // marks a component as invalid and initiates a (background ?) refresh on it
- void invalidateComponent(ComponentRequest const & _aComponent) CFG_UNO_THROW_ALL( );
// writes updates for a component to the backend directly
void savePendingChanges(CacheRef const & _aCache, ComponentRequest const & _aComponent)
CFG_UNO_THROW_ALL( );