diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:34:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:34:36 +0000 |
commit | b89d6ce352edfc724e9610acff7664eee7c0642c (patch) | |
tree | fc0285428c1156502a9fdaea56086b14b60269f2 /configmgr | |
parent | 6a2a7fc51461a092fe6d2ac614700d6f86eb8617 (diff) |
INTEGRATION: CWS warnings01 (1.27.4); FILE MERGED
2005/11/07 18:52:54 pl 1.27.4.2: RESYNC: (1.27-1.28); FILE MERGED
2005/11/01 12:47:42 cd 1.27.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/treeimpl.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/treeimpl.cxx b/configmgr/source/treemgr/treeimpl.cxx index 5e65e328652f..e9e64a0d8d15 100644 --- a/configmgr/source/treemgr/treeimpl.cxx +++ b/configmgr/source/treemgr/treeimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: treeimpl.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2005-09-30 10:16:55 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:34:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -131,6 +131,8 @@ public: OSL_DEBUG_ONLY(m_bMemberCheck = false); m_rTree.m_xStrategy = _xStrategy; } +protected: + using NodeVisitor::handle; private: /// implements the NodeVisitor handler for Value Nodes |