summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:08:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:08:49 +0000
commit7e220b90160ff68cd21ab93b22e340f6d484eac3 (patch)
tree10f1c5a7b6433d2219e6c8ee17b38a521c3a2828 /configmgr
parentab9790f625801944a84ce0ec432f3df6fc5c1b88 (diff)
INTEGRATION: CWS sb88 (1.4.10); FILE MERGED
2008/06/03 15:29:54 sb 1.4.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/viewaccess.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/configmgr/source/treemgr/viewaccess.cxx b/configmgr/source/treemgr/viewaccess.cxx
index 16c3df8c89..db2bf734a7 100644
--- a/configmgr/source/treemgr/viewaccess.cxx
+++ b/configmgr/source/treemgr/viewaccess.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewaccess.cxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -42,12 +42,6 @@ namespace configmgr
namespace view
{
//-----------------------------------------------------------------------------
-bool ViewTreeAccess::isValid(configuration::NodeRef const& _aNodeArg) const
-{
- return _aNodeArg.isValid();
-}
-
-//-----------------------------------------------------------------------------
configuration::NodeData* ViewTreeAccess::nodeData(configuration::NodeRef const& _aNodeArg) const
{
return this->nodeData(_aNodeArg.getOffset());