Kaydet (Commit) a0c83c1c authored tarafından Andre Fischer's avatar Andre Fischer

#i113608# Fixed forward of AnimationNode::release().

Patch by: zhangjf
üst 5b87b9b8
...@@ -741,7 +741,7 @@ void SAL_CALL AnimationNode::acquire( ) throw () ...@@ -741,7 +741,7 @@ void SAL_CALL AnimationNode::acquire( ) throw ()
// XInterface // XInterface
void SAL_CALL AnimationNode::release( ) throw () void SAL_CALL AnimationNode::release( ) throw ()
{ {
OWeakObject::acquire(); OWeakObject::release();
} }
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
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