summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationsetnode.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-30 07:05:44 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-30 07:05:44 +0000
commitade3f39624fd49c82fc5b18eb3141a2308a54336 (patch)
tree382aeb79afaebe219fb0b60b739dc73118f30c69 /slideshow/source/engine/animationnodes/animationsetnode.cxx
parent3850f6b46deb272e8abfa2a9ec1fd19b6fff688f (diff)
INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED
2005/03/15 10:38:26 dbo 1.2.8.1: #i39513# misc minor improvements Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationsetnode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx
index b0131c3b14d0..0eb042bd2a8b 100644
--- a/slideshow/source/engine/animationnodes/animationsetnode.cxx
+++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: animationsetnode.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 17:03:21 $
+ * last change: $Author: rt $ $Date: 2005-03-30 08:05:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,8 +119,8 @@ namespace presentation
// since BaseNode::deactivate() is virtual, we actually call
// AnimationBaseNode::deactivate() with this functor)
getContext().mrEventQueue.addEvent(
- makeEvent( ::boost::bind(&BaseNode::deactivate,
- ::boost::cref( getSelf() ) ) ) );
+ makeEvent( boost::bind( &BaseNode::deactivate,
+ getSelf() ) ) );
}
}