hitting esc while insert->table float is open crashes

Change-Id: I96817f0c061c29eafba942884fcf37788341ff20
This commit is contained in:
Caolán McNamara
2016-07-07 10:50:37 +01:00
parent 40fba0f441
commit 0ea7788842

View File

@@ -1094,6 +1094,7 @@ void SfxPopupWindow::StateChanged(
void SfxPopupWindow::Delete()
{
VclPtr<SfxPopupWindow> xThis(this);
m_aDeleteLink.Call( this );
disposeOnce();
}