summaryrefslogtreecommitdiff
path: root/include/tools/multisel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-04 12:20:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-04 11:20:09 +0000
commit46c67c43236a8250e56d6af1a1caada73e8abb70 (patch)
tree49c976599ebad64b01891abf4f8a732ba211b4e5 /include/tools/multisel.hxx
parentff45bc33465d54253f9e3da2e24b1b2b09c2b1d9 (diff)
loplugin:unuseddefaultparam in tools
Change-Id: I027f4d53e3aa793bd61bf110899e464a9b6430ec Reviewed-on: https://gerrit.libreoffice.org/22891 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/tools/multisel.hxx')
-rw-r--r--include/tools/multisel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx
index a2b785e6c7ad..9f270eba7504 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -68,7 +68,7 @@ public:
void Remove( long nIndex );
const Range& GetTotalRange() const { return aTotRange; }
- long FirstSelected( bool bInverse = false );
+ long FirstSelected();
long LastSelected();
long NextSelected();