diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-02-28 09:54:57 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 22:26:25 +0100 |
commit | d0cc0d3735b9ada26ee7b3d54b82a3ed60bc4a74 (patch) | |
tree | fa16f92fe9254e33947576a24148ab612a93156e /sc | |
parent | 562109b8357eb0690034844e097e0acafbdc39b6 (diff) |
more double dispose protection.
Change-Id: I729040288868ad521cc1ff09e200ef7ea3bd0058
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index a5b8c88ebc1f..4e32f8c7d8d7 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -289,6 +289,9 @@ void ScInputWindow::dispose() SfxImageManager::GetImageManager( *SC_MOD() )->ReleaseToolBox( this ); aWndPos.disposeAndClear(); + + pRuntimeWindow.reset(); + ToolBox::dispose(); } |