summaryrefslogtreecommitdiff
path: root/starmath/inc/edit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-26 13:20:24 +0200
committerMichael Meeks <michael.meeks@collabora.com>2015-04-09 21:57:38 +0100
commit45515c06d26d8a37e683f939b60198ee55343e55 (patch)
tree6609001e3d22866e0dd4dac1f480507d1cfa7b64 /starmath/inc/edit.hxx
parent0cef43d2e425895746392c6f503c660a7ca1241c (diff)
vcl: VclPtr conversion in starmath
Change-Id: I5d43afd893802db44d9d08d8acb64307c63b7eac
Diffstat (limited to 'starmath/inc/edit.hxx')
-rw-r--r--starmath/inc/edit.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index 601b3b9a1667..2bd99c6c0465 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -91,6 +91,7 @@ class SmEditWindow : public vcl::Window, public DropTargetHelper
public:
SmEditWindow( SmCmdBoxWindow &rMyCmdBoxWin );
virtual ~SmEditWindow();
+ virtual void dispose() SAL_OVERRIDE;
SmDocShell * GetDoc();
SmViewShell * GetView();