diff options
Diffstat (limited to 'configmgr/source/node.hxx')
-rwxr-xr-x[-rw-r--r--] | configmgr/source/node.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx index 27eea9c4642e..932d11cf3744 100644..100755 --- a/configmgr/source/node.hxx +++ b/configmgr/source/node.hxx @@ -32,11 +32,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 { @@ -70,8 +71,6 @@ protected: virtual ~Node(); virtual void clear(); - virtual rtl::Reference< Node > findMember(rtl::OUString const & name); - int layer_; int finalized_; }; |