diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-09-30 16:05:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-09-30 17:34:26 +0200 |
commit | 0569e10d01a01b9fe3bf18245799dd6f264fd7df (patch) | |
tree | d3c958e19d2c9d4272aaa1836c3e50588e0b8616 /sd | |
parent | 212f25c2270f6d2c32e10c86f4bf3c6cb36e4daa (diff) |
sd: SdUnoForbiddenCharsTable gets a SolarMutexGuard too
Change-Id: Ie742b7e38e60f6a77f6b7c3e56ac415d8cb836e1
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/unoidl/unomodel.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx index 85fd970c4d93..6cf0bcc87ccd 100644 --- a/sd/source/ui/unoidl/unomodel.cxx +++ b/sd/source/ui/unoidl/unomodel.cxx @@ -143,6 +143,8 @@ void SdUnoForbiddenCharsTable::onChange() SdUnoForbiddenCharsTable::~SdUnoForbiddenCharsTable() { + SolarMutexGuard g; + if( mpModel ) EndListening( *mpModel ); } |