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
commita8c2f4aa5c30c878c45e4cc5d4d846f91f42521d (patch)
treeef372b4960e03f8bc0906c1031297fc23036fdf9 /configmgr
parentc98b39b0a4d96ed4a47e2f2b662a0b424c5b73cc (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 dbaeb4d6926f..6c519e6c12d6 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());