diff options
Diffstat (limited to 'sc/source/ui/inc/editsh.hxx')
-rw-r--r-- | sc/source/ui/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index f0b3384230d5..154babd12315 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -53,7 +53,7 @@ public: SFX_DECL_INTERFACE(SCID_EDIT_SHELL) ScEditShell(EditView* pView, ScViewData* pData); - ~ScEditShell(); + virtual ~ScEditShell(); void SetEditView(EditView* pView); EditView* GetEditView() {return pEditView;} |