From 7618302b9c15580c1e00af042c586837f6f0bb0f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Oct 2016 12:06:47 +0200 Subject: loplugin:unnecessaryoverride in sd/starmath Change-Id: I5a9d776af761fcaed7a6961e151feb38fc6353ed --- sd/source/ui/func/fuconstr.cxx | 5 ----- sd/source/ui/func/fusel.cxx | 5 ----- 2 files changed, 10 deletions(-) (limited to 'sd/source/ui/func') diff --git a/sd/source/ui/func/fuconstr.cxx b/sd/source/ui/func/fuconstr.cxx index 7b48cef8c76c..770355a79f9b 100644 --- a/sd/source/ui/func/fuconstr.cxx +++ b/sd/source/ui/func/fuconstr.cxx @@ -56,11 +56,6 @@ FuConstruct::FuConstruct ( { } -void FuConstruct::DoExecute( SfxRequest& rReq ) -{ - FuDraw::DoExecute( rReq ); -} - bool FuConstruct::MouseButtonDown(const MouseEvent& rMEvt) { bool bReturn = FuDraw::MouseButtonDown(rMEvt); diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 007cb9614cc8..57491f6f994f 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -1140,11 +1140,6 @@ void FuSelection::Activate() FuDraw::Activate(); } -void FuSelection::Deactivate() -{ - FuDraw::Deactivate(); -} - void FuSelection::SelectionHasChanged() { bSelectionChanged = true; -- cgit