summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/unodraw/unoshape.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 30afdb116fc1..5c283429e435 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -238,6 +238,7 @@ SvxShape::~SvxShape() throw()
delete mpImpl, mpImpl = NULL;
+ EndListeningAll(); // call explictily within SolarMutexGuard
}