diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-29 09:52:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-29 12:40:39 +0100 |
commit | e231ada19e14a4bae4b919c63a4e0227989f80d6 (patch) | |
tree | 17273bdd4eb8422b93b67fd65ef9cfe765c7de2e /sc/inc/column.hxx | |
parent | 668242b1a7acbdd67d5c7a4e479c24933619333e (diff) |
loplugin:countusersofdefaultparams in sc
Change-Id: I8e790f9253279c9135ea1a4bcdd663ae7df44015
Reviewed-on: https://gerrit.libreoffice.org/45464
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index acd899e7658a..c9c55e85b92e 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -188,7 +188,7 @@ public: ScColumn(); ~ScColumn() COVERITY_NOEXCEPT_FALSE; - void Init(SCCOL nNewCol, SCTAB nNewTab, ScDocument* pDoc, bool bEmptyAttrArray = false); + void Init(SCCOL nNewCol, SCTAB nNewTab, ScDocument* pDoc, bool bEmptyAttrArray); ScDocument& GetDoc() { return *pDocument;} const ScDocument& GetDoc() const { return *pDocument;} @@ -385,7 +385,7 @@ public: bool HasStringCells( SCROW nStartRow, SCROW nEndRow ) const; sc::MultiDataCellState::StateType HasDataCellsInRange( - SCROW nRow1, SCROW nRow2, SCROW* pRow1 = nullptr ) const; + SCROW nRow1, SCROW nRow2, SCROW* pRow1 ) const; bool IsFormulaDirty( SCROW nRow ) const; @@ -500,7 +500,7 @@ public: void RemoveProtected( SCROW nStartRow, SCROW nEndRow ); - SCROW ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray, bool* const pIsChanged = nullptr ); + SCROW ApplySelectionCache( SfxItemPoolCache* pCache, const ScMarkData& rMark, ScEditDataArray* pDataArray, bool* const pIsChanged ); void DeleteSelection( InsertDeleteFlags nDelFlag, const ScMarkData& rMark, bool bBroadcast ); void ClearSelectionItems( const sal_uInt16* pWhich, const ScMarkData& rMark ); |