| author | Caolán McNamara <caolanm@redhat.com> | 2011-05-09 11:22:19 (GMT) |
|---|---|---|
| committer | Caolán McNamara <caolanm@redhat.com> | 2011-05-20 14:22:48 (GMT) |
| commit | 9390a942e28b1fae63258b1d7304b0f92964446b (patch) (side-by-side diff) | |
| tree | 309fbacccdbbf9b3c0c26db5bae9f86329bc732f | |
| parent | 4c14cb3139b231b054627e334e9f2d323e790b99 (diff) | |
| download | impress-9390a942e28b1fae63258b1d7304b0f92964446b.zip impress-9390a942e28b1fae63258b1d7304b0f92964446b.tar.gz | |
valgrind: in what planet did that make sense
| -rw-r--r-- | animations/source/animcore/animcore.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 693c8d3..debcd48 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(); } // -------------------------------------------------------------------- |
