summaryrefslogtreecommitdiff
path: root/framework
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 /framework
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 'framework')
-rw-r--r--framework/source/fwe/helper/undomanagerhelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx
index 411d32ed7b67..080b70eef4c6 100644
--- a/framework/source/fwe/helper/undomanagerhelper.cxx
+++ b/framework/source/fwe/helper/undomanagerhelper.cxx
@@ -248,7 +248,6 @@ namespace framework
virtual void listActionEntered( const OUString& i_comment ) override;
virtual void listActionLeft( const OUString& i_comment ) override;
virtual void listActionCancelled() override;
- virtual void undoManagerDying() override;
// public operations
void disposing();
@@ -826,11 +825,6 @@ namespace framework
notify( OUString(), &XUndoManagerListener::cancelledContext );
}
- void UndoManagerHelper_Impl::undoManagerDying()
- {
- // TODO: do we need to care? Or is this the responsibility of our owner?
- }
-
//= UndoManagerHelper
UndoManagerHelper::UndoManagerHelper( IUndoManagerImplementation& i_undoManagerImpl )