diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 09:30:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 6bf3b6d420873e236b2805a42a95ce33e614ad98 (patch) | |
tree | fc582e0a8af0ae1979891bb9e2bb6d49696d34d7 /include/svtools/brwbox.hxx | |
parent | 5133b27e638140ba574016b33dae70ca92edc323 (diff) |
loplugin:constantfunction: svtools
Change-Id: I42479fb10878a0a1c2071f7b35ae375061781d40
Diffstat (limited to 'include/svtools/brwbox.hxx')
-rw-r--r-- | include/svtools/brwbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |