From 0569e10d01a01b9fe3bf18245799dd6f264fd7df Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 30 Sep 2014 16:05:20 +0200 Subject: sd: SdUnoForbiddenCharsTable gets a SolarMutexGuard too Change-Id: Ie742b7e38e60f6a77f6b7c3e56ac415d8cb836e1 --- sd/source/ui/unoidl/unomodel.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd') 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 ); } -- cgit