diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:00:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 13:00:37 +0000 |
commit | efcd23fd3be50947803bbfee992e7490351a03f3 (patch) | |
tree | 1059d963fde096d16cc1f478dd5d6cacd4e59a9e /slideshow | |
parent | de790cd2ff89bb2ba37a390934b700b0b657d269 (diff) |
INTEGRATION: CWS sb59 (1.6.8); FILE MERGED
2006/08/22 07:34:31 sb 1.6.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx index 5425332f41f0..584f3adf07b2 100644 --- a/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx +++ b/slideshow/source/engine/animationnodes/sequentialtimecontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sequentialtimecontainer.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:36:50 $ + * last change: $Author: obo $ $Date: 2006-10-12 14:00:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ void SequentialTimeContainer::skipEffect( } void SequentialTimeContainer::rewindEffect( - AnimationNodeSharedPtr const& pChildNode ) + AnimationNodeSharedPtr const& /*pChildNode*/ ) { // xxx todo: ... } |