summaryrefslogtreecommitdiff
path: root/starmath/inc/view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r--starmath/inc/view.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index 63c9d85818be..1f35a4b286d6 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -89,7 +89,7 @@ private:
void CaretBlinkStop();
public:
SmGraphicWindow(SmViewShell* pShell);
- ~SmGraphicWindow();
+ virtual ~SmGraphicWindow();
// Window
virtual void MouseButtonDown(const MouseEvent &rMEvt) SAL_OVERRIDE;
@@ -278,7 +278,7 @@ public:
TYPEINFO_OVERRIDE();
SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh);
- ~SmViewShell();
+ virtual ~SmViewShell();
SmDocShell * GetDoc()
{