summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index afe09557cfc9..52a2918afd36 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -136,7 +136,7 @@ public:
SfxListUndoAction(
const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, sal_Int32 nViewShellId, SfxUndoArray *pFather );
- virtual ~SfxListUndoAction();
+ virtual ~SfxListUndoAction() override;
virtual void Undo() override;
virtual void UndoWithContext( SfxUndoContext& i_context ) override;
@@ -308,7 +308,7 @@ class SVL_DLLPUBLIC SfxUndoManager : public ::svl::IUndoManager
m_xData;
public:
SfxUndoManager( size_t nMaxUndoActionCount = 20 );
- virtual ~SfxUndoManager();
+ virtual ~SfxUndoManager() override;
// IUndoManager overridables
virtual void SetMaxUndoActionCount( size_t nMaxUndoActionCount ) override;