diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:01:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:01:41 +0000 |
commit | fb503f7425697955d93c21f955545a8ad7c5bdfb (patch) | |
tree | 2c1ee655ee7ea221ff88e6f00b229392467541c3 /configmgr | |
parent | 94976d7ae88eef48f0811829d59b92ccb813ea4f (diff) |
INTEGRATION: CWS sb88 (1.9.10); FILE MERGED
2008/06/03 15:29:52 sb 1.9.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/subtree.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/tree/subtree.hxx b/configmgr/source/tree/subtree.hxx index 8c54118f9d42..19bc5de393fc 100644 --- a/configmgr/source/tree/subtree.hxx +++ b/configmgr/source/tree/subtree.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: subtree.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -103,9 +103,6 @@ namespace configmgr // to search in ChildListSet a value class SearchNode : public INode { - // why you want to search with no names. - SearchNode(); - public: SearchNode(OUString const& aName); virtual ~SearchNode(); |