diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-07 10:50:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-07 10:51:23 +0100 |
commit | 0ea778884287bee7cb61308a1c85f5689387ff08 (patch) | |
tree | 4a36e0706a472f35143ca29b888793216abd6541 | |
parent | 40fba0f4418084d50cc5c388cb0b6e1abe395d61 (diff) |
hitting esc while insert->table float is open crashes
Change-Id: I96817f0c061c29eafba942884fcf37788341ff20
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 93de318e5065..9a250b81c7fb 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -1094,6 +1094,7 @@ void SfxPopupWindow::StateChanged( void SfxPopupWindow::Delete() { + VclPtr<SfxPopupWindow> xThis(this); m_aDeleteLink.Call( this ); disposeOnce(); } |