summaryrefslogtreecommitdiff
path: root/editeng/source/outliner
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r--editeng/source/outliner/outleeng.hxx2
-rw-r--r--editeng/source/outliner/outlundo.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/outliner/outleeng.hxx b/editeng/source/outliner/outleeng.hxx
index f165e3220d86..daaa6696c367 100644
--- a/editeng/source/outliner/outleeng.hxx
+++ b/editeng/source/outliner/outleeng.hxx
@@ -36,7 +36,7 @@ protected:
public:
OutlinerEditEng( Outliner* pOwner, SfxItemPool* pPool );
- virtual ~OutlinerEditEng();
+ virtual ~OutlinerEditEng() override;
virtual void PaintingFirstLine( sal_Int32 nPara, const Point& rStartPos, long nBaseLineY, const Point& rOrigin, short nOrientation, OutputDevice* pOutDev ) override;
diff --git a/editeng/source/outliner/outlundo.hxx b/editeng/source/outliner/outlundo.hxx
index adc15549593b..f1d5fc9696d3 100644
--- a/editeng/source/outliner/outlundo.hxx
+++ b/editeng/source/outliner/outlundo.hxx
@@ -109,7 +109,7 @@ class OLUndoExpand : public EditUndo
void Restore( bool bUndo );
public:
OLUndoExpand( Outliner* pOut, sal_uInt16 nId );
- virtual ~OLUndoExpand();
+ virtual ~OLUndoExpand() override;
virtual void Undo() override;
virtual void Redo() override;