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/view/clview.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sd/source/ui/view/clview.cxx') diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx index fc2ec9e614aa..986481ad860c 100644 --- a/sd/source/ui/view/clview.cxx +++ b/sd/source/ui/view/clview.cxx @@ -64,11 +64,6 @@ void ClientView::InvalidateOneWin(vcl::Window& rWin, const Rectangle& rRect) CompleteRedraw(&rWin, vcl::Region(rRect)); } -void ClientView::CompleteRedraw(OutputDevice* pOutDev, const vcl::Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector ) -{ - DrawView::CompleteRedraw(pOutDev, rReg, pRedirector); -} - } // end of namespace sd /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit