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
commit18b228e1e336085cb34ccb6c9b615a13fec8cb90 (patch)
tree4c202af72f227e33b2501b6b3ed2d4516c240bfe /configmgr
parent153b8ff5247150ccc8c03e15b654a7d2ec9f9ed7 (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 0e36f6af195d..0ef47d6475c1 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*/) { }
};
// -----------------------------------------------------------------------------