diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-19 15:09:12 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-03-15 23:44:18 +0100 |
commit | 4b2d899bc079240c32b7dacd139d6d4a29ab1b11 (patch) | |
tree | bc767288813ff506b74a091472e357758f270dad /sc/inc/table.hxx | |
parent | fd5e480eaf78c8bd2ea4315649fcbd5b8edaa3da (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/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 5a1cd564a759..b4634806069b 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -942,6 +942,7 @@ public: void GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, ScFilterEntries& rFilterEntries ); void GetFilteredFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, ScFilterEntries& rFilterEntries ); + SAL_WARN_UNUSED_RESULT bool GetDataEntries(SCCOL nCol, SCROW nRow, std::set<ScTypedStrData>& rStrings, bool bLimit); bool HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) const; |