summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx2
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 );
}