summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/crdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/crdlg.hxx')
-rw-r--r--sc/source/ui/inc/crdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/crdlg.hxx b/sc/source/ui/inc/crdlg.hxx
index 66f644714ed9..ab4d7d7b6932 100644
--- a/sc/source/ui/inc/crdlg.hxx
+++ b/sc/source/ui/inc/crdlg.hxx
@@ -30,7 +30,7 @@ class ScColOrRowDlg : public ModalDialog
public:
ScColOrRowDlg(vcl::Window* pParent, const OUString& rStrTitle,
const OUString& rStrLabel);
- virtual ~ScColOrRowDlg();
+ virtual ~ScColOrRowDlg() override;
virtual void dispose() override;
private:
VclPtr<VclFrame> m_pFrame;