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
commit392820b405ebbfe755cadc9efc8e756ccd2db73e (patch)
tree7dd5a84934361ef7230779ab4e7a0f8a098f8dde /configmgr
parentf4dbef7ab2268d5c6483f25309dd0fd4caf7b81d (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 f3f8b89381..9827dde057 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( );