diff options
Diffstat (limited to 'sc/inc/column.hxx')
-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 a1466aed67f9..1e9c7d7a4607 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -650,7 +650,7 @@ private: void DeleteCells( sc::ColumnBlockPosition& rBlockPos, SCROW nRow1, SCROW nRow2, InsertDeleteFlags nDelFlag, - std::vector<SCROW>& rDeleted, sc::ColumnSpanSet* pDeletedSpans = NULL ); + sc::SingleColumnSpanSet& rDeleted ); /** * Get all non-grouped formula cells and formula cell groups in the whole |