summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 11:17:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-27 14:50:11 +0200
commit4b995afda324fb4e85991c723b63a2703f33669e (patch)
treee39254286f88067ecedab49381cf6fc1700ab7ee /include/svl/undo.hxx
parent1c53f4c0774c3696af9d927651ec625c36567555 (diff)
loplugin:virtualdead in svl
Change-Id: Idbb5d0a633f12d5813561a2ad8aed46ec6d67c48 Reviewed-on: https://gerrit.libreoffice.org/79639 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 22e180570268..272139802398 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -165,7 +165,6 @@ public:
virtual void listActionEntered( const OUString& i_comment ) = 0;
virtual void listActionLeft( const OUString& i_comment ) = 0;
virtual void listActionCancelled() = 0;
- virtual void undoManagerDying() = 0;
protected:
~SfxUndoListener() {}