summaryrefslogtreecommitdiff
path: root/sc/inc/segmenttree.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-19 15:09:12 +0200
committerEike Rathke <erack@redhat.com>2018-03-15 23:44:18 +0100
commit4b2d899bc079240c32b7dacd139d6d4a29ab1b11 (patch)
treebc767288813ff506b74a091472e357758f270dad /sc/inc/segmenttree.hxx
parentfd5e480eaf78c8bd2ea4315649fcbd5b8edaa3da (diff)
loplugin:unused-returns in sc
Change-Id: Ic1d6cbf883fcfeb013c3a82d31c177a1a14bb7c8 Reviewed-on: https://gerrit.libreoffice.org/48193 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sc/inc/segmenttree.hxx')
-rw-r--r--sc/inc/segmenttree.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/segmenttree.hxx b/sc/inc/segmenttree.hxx
index 897b4dbf7239..53eec168a722 100644
--- a/sc/inc/segmenttree.hxx
+++ b/sc/inc/segmenttree.hxx
@@ -41,6 +41,7 @@ public:
public:
explicit ForwardIterator(ScFlatBoolRowSegments& rSegs);
+ SAL_WARN_UNUSED_RESULT
bool getValue(SCROW nPos, bool& rVal);
SCROW getLastPos() const { return mnLastPos;}