Kaydet (Commit) c2d1fb4c authored tarafından Pavel Janík's avatar Pavel Janík

Fix broken C++ code.

üst a9c0b627
...@@ -462,7 +462,7 @@ AnimationBaseNode::fillCommonParameters() const ...@@ -462,7 +462,7 @@ AnimationBaseNode::fillCommonParameters() const
// calc accel/decel: // calc accel/decel:
double nAcceleration = 0.0; double nAcceleration = 0.0;
double nDeceleration = 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() ) pNode; pNode = pNode->getParentNode() )
{ {
uno::Reference<animations::XAnimationNode> const xAnimationNode( uno::Reference<animations::XAnimationNode> const xAnimationNode(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment