From 4b2d899bc079240c32b7dacd139d6d4a29ab1b11 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 Jan 2018 15:09:12 +0200 Subject: loplugin:unused-returns in sc Change-Id: Ic1d6cbf883fcfeb013c3a82d31c177a1a14bb7c8 Reviewed-on: https://gerrit.libreoffice.org/48193 Reviewed-by: Eike Rathke Tested-by: Jenkins --- sc/inc/table.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/table.hxx') 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& rStrings, bool bLimit); bool HasColHeader( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow ) const; -- cgit