summaryrefslogtreecommitdiff
path: root/include/tools/multisel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-18 13:18:56 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 06:40:28 +0000
commit581e4da5847733a0e87d5ff9cd1c9f2b9fa471fe (patch)
tree9a641b563b2a930056f1e3ce3ed5ad20944b4911 /include/tools/multisel.hxx
parent0a17332884db7a999df7190e674cfe2ecc0069c6 (diff)
loplugin:unusedmethods in tools
Change-Id: I26a4ce6e849615d6d24632650ca03c40ab16502e Reviewed-on: https://gerrit.libreoffice.org/25089 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.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx
index 103d7fa0ee02..5e5767ae26f9 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -114,7 +114,6 @@ public:
, nRangeIndex( i_nRange ), nCurrent( i_nCurrent ) {}
public:
- Iterator() : pEnumerator( nullptr ), pPossibleValues( nullptr ), nRangeIndex( -1 ), nCurrent( -1 ) {}
Iterator& operator++();
sal_Int32 operator*() const { return nCurrent;}
bool operator==(const Iterator&) const;