diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-20 15:35:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-21 06:18:40 +0000 |
commit | 5034914c7a9ad903f8f02cde11d94c7180b62dc9 (patch) | |
tree | f660d79fe919ab259da8ea81918159b64aba71df /dbaccess/source | |
parent | f0ae4082ebe554146ac6fba9894cfe7d2978a4a0 (diff) |
loplugin:expandablemethodds in include/svtools
Change-Id: I679b7985861203496813782138d1cf965fbc427b
Reviewed-on: https://gerrit.libreoffice.org/30107
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/inc/sbagrid.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx index 5a79761dc2e5..18e20d5b86ea 100644 --- a/dbaccess/source/ui/inc/sbagrid.hxx +++ b/dbaccess/source/ui/inc/sbagrid.hxx @@ -186,9 +186,6 @@ namespace dbaui virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; void ImplStartColumnDrag(sal_Int8 _nAction, const Point& _rMousePos); - - private: - using FmGridHeader::StartDrag; }; // interfaces for communication between the vcl grid control and a controller |