summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/autofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autofmt.hxx')
-rw-r--r--sc/source/ui/inc/autofmt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index bb4e067e7023..62ee238884f9 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -45,7 +45,7 @@ class SC_DLLPUBLIC ScAutoFmtPreview : public vcl::Window
public:
ScAutoFmtPreview(vcl::Window* pParent);
void DetectRTL(ScViewData *pViewData);
- virtual ~ScAutoFmtPreview();
+ virtual ~ScAutoFmtPreview() override;
virtual void dispose() override;
void NotifyChange( ScAutoFormatData* pNewData );