diff options
author | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2009-04-27 11:42:05 +0000 |
commit | 69a4a545a556bd189736b3e510d4b4b07ae8cb6e (patch) | |
tree | 33696e0153c26ca3c8cf32b988cc6422688cccee /slideshow/source/engine/animationnodes/animationbasenode.cxx | |
parent | aa02f1da390cb9b1225de978f8e2965c34e3a45f (diff) |
#i48179# Debug: added descriptive strings to events.
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationbasenode.cxx')
-rw-r--r-- | slideshow/source/engine/animationnodes/animationbasenode.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/animationbasenode.cxx b/slideshow/source/engine/animationnodes/animationbasenode.cxx index 82868063fefa..19a6df2a8244 100644 --- a/slideshow/source/engine/animationnodes/animationbasenode.cxx +++ b/slideshow/source/engine/animationnodes/animationbasenode.cxx @@ -456,7 +456,8 @@ AnimationBaseNode::fillCommonParameters() const EventSharedPtr pEndEvent; if (pSelf) { pEndEvent = makeEvent( - boost::bind( &AnimationNode::deactivate, pSelf ) ); + boost::bind( &AnimationNode::deactivate, pSelf ), + "AnimationBaseNode::deactivate"); } // Calculate the minimum frame count that depends on the duration and |