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 ca622f03ef59..4d43adf744c9 100644
--- a/editeng/source/outliner/outlundo.hxx
+++ b/editeng/source/outliner/outlundo.hxx
@@ -119,7 +119,7 @@ class OLUndoExpand : public EditUndo
void Restore( sal_Bool bUndo );
public:
OLUndoExpand( Outliner* pOut, sal_uInt16 nId );
- ~OLUndoExpand();
+ virtual ~OLUndoExpand();
virtual void Undo() SAL_OVERRIDE;
virtual void Redo() SAL_OVERRIDE;
virtual void Repeat();