summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undostyl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undostyl.hxx')
-rw-r--r--sc/source/ui/inc/undostyl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/undostyl.hxx b/sc/source/ui/inc/undostyl.hxx
index fb54eb55ec02..3674b3173dd3 100644
--- a/sc/source/ui/inc/undostyl.hxx
+++ b/sc/source/ui/inc/undostyl.hxx
@@ -62,7 +62,7 @@ public:
SfxStyleFamily eFam,
const ScStyleSaveData& rOld,
const ScStyleSaveData& rNew );
- virtual ~ScUndoModifyStyle();
+ virtual ~ScUndoModifyStyle() override;
virtual void Undo() override;
virtual void Redo() override;
@@ -76,7 +76,7 @@ class ScUndoApplyPageStyle: public ScSimpleUndo
{
public:
ScUndoApplyPageStyle( ScDocShell* pDocSh, const OUString& rNewStyle );
- virtual ~ScUndoApplyPageStyle();
+ virtual ~ScUndoApplyPageStyle() override;
void AddSheetAction( SCTAB nTab, const OUString& rOld );