summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:30:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:30:16 +0000
commitf614be399ebe3bb632e979990de78d92dad3bdc8 (patch)
tree15807b0b4d3986ebc8a9750d3a8ad33bfb0355b5 /configmgr
parentcc2a8f4ed433a022cf34a7e41327f992daadf627 (diff)
INTEGRATION: CWS warnings01 (1.6.4); FILE MERGED
2005/11/01 12:47:33 cd 1.6.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/subtree.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/tree/subtree.hxx b/configmgr/source/tree/subtree.hxx
index a532938f38..414fbda106 100644
--- a/configmgr/source/tree/subtree.hxx
+++ b/configmgr/source/tree/subtree.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: subtree.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:19:27 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:30:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,8 +128,8 @@ namespace configmgr
virtual std::auto_ptr<INode> clone() const;
// double dispatch support
- virtual void dispatch(NodeAction& anAction) const { }
- virtual void dispatch(NodeModification& anAction) { }
+ virtual void dispatch(NodeAction& /*anAction*/) const { }
+ virtual void dispatch(NodeModification& /*anAction*/) { }
};
// -----------------------------------------------------------------------------