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
commit142b1f43b5094e018abe2f441d2626845b640111 (patch)
tree5610aabb3fe2d4a49ae9d95b8528777b0bc534b9 /configmgr
parent392820b405ebbfe755cadc9efc8e756ccd2db73e (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 123e9c0598..b4786ae47c 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 8f923d21c0..c732e8daf7 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)