diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-22 10:20:03 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-22 13:02:57 +0000 |
commit | 96d44c9b077a6cc8068067a795dc63248ab90fea (patch) | |
tree | 3a6df22d2df616d8c2568264e47a5219475cfc90 /sc/source/ui/inc/csvgrid.hxx | |
parent | 561cebeeba2155a7ebedbea885c9d7bf43102ec6 (diff) |
loplugin:unusedmethods sc
Change-Id: I7bdb1889a942d63370731764a58f4ab524dedd8a
Reviewed-on: https://gerrit.libreoffice.org/17287
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r-- | sc/source/ui/inc/csvgrid.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx index eab22d10ca8b..85c71c1fcabc 100644 --- a/sc/source/ui/inc/csvgrid.hxx +++ b/sc/source/ui/inc/csvgrid.hxx @@ -220,9 +220,6 @@ public: sal_uInt32 GetFirstSelected() const; /** Returns index of the first selected column really after nFromIndex. */ sal_uInt32 GetNextSelected( sal_uInt32 nFromIndex ) const; - /** Returns true, if at least one column is selected. */ - inline bool HasSelection() const { return GetFirstSelected() != CSV_COLUMN_INVALID; } - /** Selects or deselects the specified column. */ void Select( sal_uInt32 nColIndex, bool bSelect = true ); /** Toggles selection of the specified column. */ |