summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:00:22 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:00:22 +0000
commitde790cd2ff89bb2ba37a390934b700b0b657d269 (patch)
tree2bf044ecc2078989363dda06391f59d344232546 /slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
parentde21501f2f9a2de4a2838610ba08c620f2c3457f (diff)
INTEGRATION: CWS sb59 (1.6.8); FILE MERGED
2006/08/22 07:34:30 sb 1.6.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.
Diffstat (limited to 'slideshow/source/engine/animationnodes/paralleltimecontainer.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/paralleltimecontainer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
index e33388aaf318..e01708992dc1 100644
--- a/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
+++ b/slideshow/source/engine/animationnodes/paralleltimecontainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: paralleltimecontainer.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 08:36:22 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:00:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,7 @@ void ParallelTimeContainer::activate_st()
static_cast<std::size_t>(std::count_if(
maChildren.begin(), maChildren.end(),
boost::mem_fn(&AnimationNode::resolve) ));
+ (void) nResolvedNodes; // avoid warning
OSL_ENSURE( nResolvedNodes == maChildren.size(),
"### resolving all children failed!" );