summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlg.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index 212b20436ef2..d6a0a9352b88 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -73,7 +73,7 @@ private:
public:
ScCondFormatList(vcl::Window* pParent, WinBits nStyle);
- virtual ~ScCondFormatList();
+ virtual ~ScCondFormatList() override;
virtual void dispose() override;
void init(ScDocument* pDoc, ScCondFormatDlg* pDialogParent, const ScConditionalFormat* pFormat,
@@ -131,7 +131,7 @@ public:
ScViewData* pViewData, const ScConditionalFormat* pFormat,
const ScRangeList& rRange, const ScAddress& rPos,
condformat::dialog::ScCondFormatDialogType eType, bool bManaged);
- virtual ~ScCondFormatDlg();
+ virtual ~ScCondFormatDlg() override;
virtual void dispose() override;
SC_DLLPUBLIC ScConditionalFormat* GetConditionalFormat() const;