From 6bf3b6d420873e236b2805a42a95ce33e614ad98 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Mar 2015 09:30:05 +0200 Subject: loplugin:constantfunction: svtools Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40 --- include/svtools/brwbox.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svtools/brwbox.hxx') diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 545ed60c0252..a3171da256f0 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -363,7 +363,6 @@ protected: */ virtual bool SeekRow( long nRow ) = 0; void DrawCursor(); - void PaintRow( OutputDevice &rDev, const Rectangle &rRect ); void PaintData( vcl::Window& rWin, const Rectangle& rRect ); virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const = 0; @@ -450,7 +449,6 @@ public: // neue Handler virtual void MouseButtonDown( const BrowserMouseEvent& rEvt ); - void MouseMove( const BrowserMouseEvent& rEvt ); virtual void MouseButtonUp( const BrowserMouseEvent& rEvt ); void StartScroll(); virtual void EndScroll(); -- cgit