diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-06 23:47:11 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-07 00:27:18 +0200 |
commit | 60a67da70fd9b6f69c68046cae471bdd1d34c407 (patch) | |
tree | a2256d2ad70252a08ca5751333de8ee1cf1a8fa1 /sd | |
parent | 5284e44ed0594a79b0cc22090a9a82b19962f6c2 (diff) |
~SdUnoPageBackground() gets a SolarMutexGuard
Change-Id: I76582bb6a1a8dee56611f1463d3e63246eefb310
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unopback.cxx | 2 |
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 ); |