diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-13 09:35:39 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-14 11:13:17 +0200 |
commit | 761a969465671a2047a5c1deafdb0df16f89463f (patch) | |
tree | 51be7431fbb9c6962ce8e288813e6997ab54eb22 /sc/inc | |
parent | 9456d6cd5fd473a01cbebeb19b6cd284cf37e166 (diff) |
loplugin:returnconstant in ScColumn
Change-Id: I105d07da6e1a9259a7b833a1259c0e992e35a03d
Reviewed-on: https://gerrit.libreoffice.org/58954
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index bae7372fd915..3692a3a188ed 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -265,7 +265,7 @@ public: SCROW nRow1, SCROW nRow2, const SvNumberFormatterMergeMap& rMap, ScColumn& rDestCol ); void CopyCellToDocument( SCROW nSrcRow, SCROW nDestRow, ScColumn& rDestCol ); - bool InitBlockPosition( sc::ColumnBlockPosition& rBlockPos ); + void InitBlockPosition( sc::ColumnBlockPosition& rBlockPos ); void InitBlockPosition( sc::ColumnBlockConstPosition& rBlockPos ) const; void DeleteBeforeCopyFromClip( |