diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-10 16:03:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 07:02:27 +0000 |
commit | a5b4046eb93c950296dee846bc1444921e5bf332 (patch) | |
tree | caf279c0a03f16de15345d5b4ce14e3d28e24aaf /sc/inc/table.hxx | |
parent | f31d98f63c4ad11897e0a961fb378fdf7989f4d3 (diff) |
loplugin:countusersofdefaultparams in sc(part2)
Change-Id: I1e2a0969ca7e9e0f75079a171150269dfed26507
Reviewed-on: https://gerrit.libreoffice.org/30755
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index aab14535441b..0221fd9e9cb3 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -410,7 +410,7 @@ public: void InsertRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize ); void DeleteRow( const sc::ColumnSet& rRegroupCols, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize, - bool* pUndoOutline, std::vector<ScAddress>* pGroupPos = nullptr ); + bool* pUndoOutline, std::vector<ScAddress>* pGroupPos ); bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) const; void InsertCol( |