Kaydet (Commit) 93077c2e authored tarafından László Németh's avatar László Németh Kaydeden (comit) Andras Timar

starmath: dispose SmEditController object correctly

(cherry-picked from 17cdc92e)

Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
Reviewed-on: https://gerrit.libreoffice.org/16287Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 08e73d6c
...@@ -727,6 +727,7 @@ void SmCmdBoxWindow::dispose() ...@@ -727,6 +727,7 @@ void SmCmdBoxWindow::dispose()
{ {
aInitialFocusTimer.Stop(); aInitialFocusTimer.Stop();
bExiting = true; bExiting = true;
aController.dispose();
aEdit.disposeAndClear(); aEdit.disposeAndClear();
SfxDockingWindow::dispose(); SfxDockingWindow::dispose();
} }
......
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