summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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());