diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:30:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:30:29 +0000 |
commit | 45d86eb1ca4aacdefd2ced3c81d47880925179b1 (patch) | |
tree | fe6704b0d69d5dfcf5b18f0779890a8a9533f149 /configmgr | |
parent | 18b228e1e336085cb34ccb6c9b615a13fec8cb90 (diff) |
INTEGRATION: CWS warnings01 (1.20.4); FILE MERGED
2005/11/01 12:47:33 cd 1.20.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/treeactions.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/tree/treeactions.cxx b/configmgr/source/tree/treeactions.cxx index b8fda5ead6c0..d2b1812d0857 100644 --- a/configmgr/source/tree/treeactions.cxx +++ b/configmgr/source/tree/treeactions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: treeactions.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:19:54 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:30:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -70,13 +70,13 @@ void forceWritable(INode& _rNode) //========================================================================== //-------------------------------------------------------------------------- -void OChangeActionCounter::handle(ValueChange const& aValueNode){ ++nValues; } +void OChangeActionCounter::handle(ValueChange const& /*aValueNode*/){ ++nValues; } //-------------------------------------------------------------------------- -void OChangeActionCounter::handle(AddNode const& aAddNode){ ++nAdds; } +void OChangeActionCounter::handle(AddNode const& /*aAddNode*/){ ++nAdds; } //-------------------------------------------------------------------------- -void OChangeActionCounter::handle(RemoveNode const& aRemoveNode){ ++nRemoves; } +void OChangeActionCounter::handle(RemoveNode const& /*aRemoveNode*/){ ++nRemoves; } //-------------------------------------------------------------------------- void OChangeActionCounter::handle(SubtreeChange const& aSubtree) |