summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 13:05:00 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 13:05:00 +0000
commitaa9d1f9464ed87051f5c4209238dcf77f1ab2e2b (patch)
tree334d077a49ef68c088c552be382a1a53a3cc5f71 /configmgr
parente6dabf025a2eeb2dfd6dc5309dd26222ded20d8b (diff)
INTEGRATION: CWS sb88 (1.9.10); FILE MERGED
2008/06/03 15:29:53 sb 1.9.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treecache/cachedata.cxx8
-rw-r--r--configmgr/source/treecache/cachedata.hxx5
2 files changed, 2 insertions, 11 deletions
diff --git a/configmgr/source/treecache/cachedata.cxx b/configmgr/source/treecache/cachedata.cxx
index 186e3ef99b89..baf2ac8f1aeb 100644
--- a/configmgr/source/treecache/cachedata.cxx
+++ b/configmgr/source/treecache/cachedata.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cachedata.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -108,12 +108,6 @@ namespace configmgr
CFG_TRACE_INFO("Discarding CacheData (Still holding %d module trees)", int (m_aModules.size()) );
}
// -----------------------------------------------------------------------------
-
- CacheLine::Name CacheData::extractModuleName(CacheLine::Path const& _aPath)
- {
- return implExtractModuleName(_aPath);
- }
-// -----------------------------------------------------------------------------
inline
CacheLineRef CacheData::internalGetModule(const CacheLine::Name& _aModuleName ) const
{
diff --git a/configmgr/source/treecache/cachedata.hxx b/configmgr/source/treecache/cachedata.hxx
index 15512511f8b7..c9b5da3dc5e1 100644
--- a/configmgr/source/treecache/cachedata.hxx
+++ b/configmgr/source/treecache/cachedata.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: cachedata.hxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -66,9 +66,6 @@ namespace configmgr
CacheData();
virtual ~CacheData();
- /// retrieve the module tree name for the given path
- static CacheLine::Name extractModuleName(CacheLine::Path const& _aPath);
-
// attach a module with a given name
void attachModule(data::TreeAddress _aLocation, CacheLine::Name const & _aModule);
/// check if the given module exists already (and is not empty)