summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-06-15 10:57:58 +0200
committerLászló Németh <laszlo.nemeth@collabora.com>2015-06-15 11:00:25 +0200
commit17cdc92e46e84ec8d99dedfdd9e8e96fb950f6ea (patch)
treeea1438c52cb52c4f3be04b2071cc0d80f0c5ebf6 /starmath
parentd505f1600d9aeb095405b9f62eaf444d5d399860 (diff)
starmath: dispose SmEditController object correctly
Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 4e4ad7902b3e..b6b14801bbb9 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -727,6 +727,7 @@ void SmCmdBoxWindow::dispose()
{
aInitialFocusTimer.Stop();
bExiting = true;
+ aController.dispose();
aEdit.disposeAndClear();
SfxDockingWindow::dispose();
}