summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:03:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:03:25 +0000
commit8a0097af708f240243fcbdd01f37abdf84a7913b (patch)
tree49dbaa49e01c0dd702f0b17e5d34da6d9899ae68 /configmgr
parent370d199b669905c96a5c580802ae8c78ae19956d (diff)
INTEGRATION: CWS sb88 (1.11.10); FILE MERGED
2008/06/03 15:29:53 sb 1.11.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treecache/cacheaccess.cxx29
1 files changed, 1 insertions, 28 deletions
diff --git a/configmgr/source/treecache/cacheaccess.cxx b/configmgr/source/treecache/cacheaccess.cxx
index ace5ce3181..2ea48dc469 100644
--- a/configmgr/source/treecache/cacheaccess.cxx
+++ b/configmgr/source/treecache/cacheaccess.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cacheaccess.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -135,16 +135,6 @@ bool CacheClientAccess::insertDefaults( backend::NodeInstance const & _aDefaultD
}
// -------------------------------------------------------------------------
-bool CacheClientAccess::isEmpty()
-{
- CacheData::ModuleList& rModules = this->m_aData.accessModuleList();
-
- bool bRet = rModules.empty();
-
- return bRet;
-}
-// -------------------------------------------------------------------------
-
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
@@ -210,23 +200,6 @@ oslInterlockedCount CacheLoadingAccess::releaseModule( CacheLine::Name const & _
}
// -----------------------------------------------------------------------------
-void CacheLoadingAccess::applyUpdate(backend::UpdateInstance & _aUpdate) CFG_UNO_THROW_RTE( )
-{
- CFG_TRACE_INFO("CacheLoadingAccess: Merging changes into subtree '%s'", OUSTRING2ASCII(_aUpdate.root().toString()) );
-
- this->m_aData.applyUpdate(_aUpdate);
-}
-
-// -----------------------------------------------------------------------------
-data::NodeAddress CacheLoadingAccess::findNode( CacheLine::Path const& aComponentName )
-{
- data::NodeAddress aNode = this->m_aData.getNode(aComponentName);
-
- return aNode;
-}
-
-// -------------------------------------------------------------------------
-
bool CacheLoadingAccess::isEmpty()
{
ExtendedCacheData::ModuleList& rModules = this->m_aData.accessModuleList();