From d5f9675c2dba0c2e8993078946ee669e1d61b086 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Aug 2018 09:55:51 +0200 Subject: loplugin:returnconstant in ScDetectiveFunc Change-Id: Id6eef7772b32a93d43d0417c5b6e24d9189c4e73 Reviewed-on: https://gerrit.libreoffice.org/58955 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/detfunc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx index a91871560445..e0afe1ce8eb0 100644 --- a/sc/inc/detfunc.hxx +++ b/sc/inc/detfunc.hxx @@ -80,12 +80,12 @@ class SC_DLLPUBLIC ScDetectiveFunc bool HasError( const ScRange& rRange, ScAddress& rErrPos ); /// called from DrawEntry/DrawAlienEntry and InsertObject - bool InsertArrow( SCCOL nCol, SCROW nRow, + void InsertArrow( SCCOL nCol, SCROW nRow, SCCOL nRefStartCol, SCROW nRefStartRow, SCCOL nRefEndCol, SCROW nRefEndRow, bool bFromOtherTab, bool bRed, ScDetectiveData& rData ); - bool InsertToOtherTab( SCCOL nStartCol, SCROW nStartRow, + void InsertToOtherTab( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, bool bRed, ScDetectiveData& rData ); -- cgit