diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-26 11:17:57 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-27 14:50:11 +0200 |
commit | 4b995afda324fb4e85991c723b63a2703f33669e (patch) | |
tree | e39254286f88067ecedab49381cf6fc1700ab7ee /include/svl | |
parent | 1c53f4c0774c3696af9d927651ec625c36567555 (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')
-rw-r--r-- | include/svl/undo.hxx | 1 |
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() {} |