You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2012/08/29 22:28:25 UTC

svn commit: r1378703 - /incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx

Author: paveljanik
Date: Wed Aug 29 20:28:25 2012
New Revision: 1378703

URL: http://svn.apache.org/viewvc?rev=1378703&view=rev
Log:
Fix broken C++ code.

Modified:
    incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx

Modified: incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx?rev=1378703&r1=1378702&r2=1378703&view=diff
==============================================================================
--- incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx (original)
+++ incubator/ooo/trunk/main/slideshow/source/engine/animationnodes/animationbasenode.cxx Wed Aug 29 20:28:25 2012
@@ -462,7 +462,7 @@ AnimationBaseNode::fillCommonParameters(
     // calc accel/decel:
     double nAcceleration = 0.0;
     double nDeceleration = 0.0;
-    en    for ( boost::shared_ptr<BaseNode> pNode( pSelf );
+    for ( boost::shared_ptr<BaseNode> pNode( pSelf );
           pNode; pNode = pNode->getParentNode() )
     {
         uno::Reference<animations::XAnimationNode> const xAnimationNode(