Kaydet (Commit) 72d6f917 authored tarafından Michael Stahl's avatar Michael Stahl

sc: ~ScViewPaneBase() needs the SolarMutex

Change-Id: Idbda230e8e4e48804b356e35cba3a3488cd4c55c
üst 8863396e
......@@ -129,6 +129,8 @@ ScViewPaneBase::ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP) :
ScViewPaneBase::~ScViewPaneBase()
{
SolarMutexGuard g;
if (pViewShell)
EndListening(*pViewShell);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment