summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-10-06 23:47:11 +0200
committerMichael Stahl <mstahl@redhat.com>2014-10-07 00:27:18 +0200
commit60a67da70fd9b6f69c68046cae471bdd1d34c407 (patch)
treea2256d2ad70252a08ca5751333de8ee1cf1a8fa1 /sd
parent5284e44ed0594a79b0cc22090a9a82b19962f6c2 (diff)
~SdUnoPageBackground() gets a SolarMutexGuard
Change-Id: I76582bb6a1a8dee56611f1463d3e63246eefb310
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unopback.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx
index 8b50af5c0498..4157b126d861 100644
--- a/sd/source/ui/unoidl/unopback.cxx
+++ b/sd/source/ui/unoidl/unopback.cxx
@@ -71,6 +71,8 @@ SdUnoPageBackground::SdUnoPageBackground(
SdUnoPageBackground::~SdUnoPageBackground() throw()
{
+ SolarMutexGuard g;
+
if( mpDoc )
EndListening( *mpDoc );