summaryrefslogtreecommitdiff
path: root/include/tools/multisel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 13:22:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 06:17:24 +0000
commitece0ff48fafce28691321e17420ebc64b3175594 (patch)
treee4745fd6634cdca465efbb576923e794897d3326 /include/tools/multisel.hxx
parent1c4243332213ad72ed63476c99693758d8cbcc40 (diff)
loplugin:expandablemethodds in include/tools..unotools
Change-Id: I5607d4a2a81de1a3ae329acd1e90280a21522f06 Reviewed-on: https://gerrit.libreoffice.org/30097 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 6159145e7ad5..42ae85d73d20 100644
--- a/include/tools/multisel.hxx
+++ b/include/tools/multisel.hxx
@@ -132,7 +132,6 @@ public:
Iterator begin( const std::set< sal_Int32 >* i_pPossibleValues = nullptr ) const;
Iterator end( const std::set< sal_Int32 >* i_pPossibleValues = nullptr ) const;
- bool isValidInput() const { return mbValidInput; }
bool hasValue( sal_Int32 nValue, const std::set< sal_Int32 >* i_pPossibleValues = nullptr ) const;
/**