You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/06/08 10:15:47 UTC

svn commit: r1347931 - /incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx

Author: af
Date: Fri Jun  8 08:15:47 2012
New Revision: 1347931

URL: http://svn.apache.org/viewvc?rev=1347931&view=rev
Log:
#i113608# Fixed forward of AnimationNode::release().

          Patch by: zhangjf


Modified:
    incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx

Modified: incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx?rev=1347931&r1=1347930&r2=1347931&view=diff
==============================================================================
--- incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx (original)
+++ incubator/ooo/trunk/main/animations/source/animcore/animcore.cxx Fri Jun  8 08:15:47 2012
@@ -741,7 +741,7 @@ void SAL_CALL AnimationNode::acquire(  )
 // XInterface
 void SAL_CALL AnimationNode::release(  ) throw ()
 {
-	OWeakObject::acquire();
+	OWeakObject::release();
 }
 
 // --------------------------------------------------------------------