summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:24:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:24:01 +0000
commit5593e76acce1451e94a5c8f6fc75cd94351ed84f (patch)
treea2674dc16e795daa333af9ae874fc7ad0fd0e1f5 /configmgr
parent50a0d3a48b11ce320706700a5b18de1369a36614 (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2005/11/01 12:47:20 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/nodevisitor.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/inc/nodevisitor.hxx b/configmgr/source/inc/nodevisitor.hxx
index 12ac51f535..3c0d1b0664 100644
--- a/configmgr/source/inc/nodevisitor.hxx
+++ b/configmgr/source/inc/nodevisitor.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nodevisitor.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:52:35 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:24:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -109,6 +109,7 @@ namespace configmgr
Result visitElements(SetNodeAccess const& _aNode);
protected:
+ using NodeVisitor::handle;
/// do the operation on <var>aNode</var>. Default implementation call NodeVisitor::visit for the rootnode.
virtual Result handle(TreeAccessor const& _aElementTree);