summaryrefslogtreecommitdiff
path: root/animations/source/animcore/animcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'animations/source/animcore/animcore.cxx')
-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 693c8d33d..debcd4887 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();
}
// --------------------------------------------------------------------