summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outlundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/outliner/outlundo.hxx')
-rw-r--r--editeng/source/outliner/outlundo.hxx2
1 files changed, 1 insertions, 1 deletions
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;