summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index 2e3d192adf19..3d7902ce89e8 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -744,7 +744,7 @@ void SAL_CALL AnimationNode::acquire( ) throw ()
// XInterface
void SAL_CALL AnimationNode::release( ) throw ()
{
- OWeakObject::acquire();
+ OWeakObject::release();
}
// --------------------------------------------------------------------