summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/inscldlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/inscldlg.hxx')
-rw-r--r--sc/source/ui/inc/inscldlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx
index aaa6aeee40f7..53e7f04c7360 100644
--- a/sc/source/ui/inc/inscldlg.hxx
+++ b/sc/source/ui/inc/inscldlg.hxx
@@ -36,7 +36,7 @@ private:
public:
ScInsertCellDlg( vcl::Window* pParent,bool bDisallowCellMove = false );
- virtual ~ScInsertCellDlg();
+ virtual ~ScInsertCellDlg() override;
virtual void dispose() override;
InsCellCmd GetInsCellCmd() const;