summaryrefslogtreecommitdiff
path: root/configmgr/source/node.hxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-23 15:06:54 +0200
committersb <sb@openoffice.org>2010-09-23 15:06:54 +0200
commitafe2be5bf8b540c3211f11bb5dbf02361d6374d6 (patch)
tree4387baa1e565f431fb3c68f32f4e6921d2f64e8e /configmgr/source/node.hxx
parentaeb5efb227a4fdbe628bea5848f2d55ac5ba6b81 (diff)
sb132: #i113833# removed unused configmgr::Node::findMember
Diffstat (limited to 'configmgr/source/node.hxx')
-rw-r--r--configmgr/source/node.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx
index 7c9417e68ea9..f79e7ba296fa 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -31,11 +31,12 @@
#include "sal/config.h"
#include "rtl/ref.hxx"
-#include "rtl/ustring.hxx"
#include "salhelper/simplereferenceobject.hxx"
#include "nodemap.hxx"
+namespace rtl { class OUString; }
+
namespace configmgr {
class Node: public salhelper::SimpleReferenceObject {
@@ -75,8 +76,6 @@ protected:
virtual void clear();
- virtual rtl::Reference< Node > findMember(rtl::OUString const & name);
-
int layer_;
int finalized_;
};