From 4cbe6f95e00d7a8b796b019a97d06e3b3ad52b47 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 18 Nov 2014 00:11:04 -0500 Subject: Simplify DeleteCells to not require 2 out parameters for the same thing. One can easily get constructed from the other after returning from the method. Change-Id: Iafc52efa7714b7cf4d284effda8034cb6f36bf91 --- sc/inc/column.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/column.hxx') 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& rDeleted, sc::ColumnSpanSet* pDeletedSpans = NULL ); + sc::SingleColumnSpanSet& rDeleted ); /** * Get all non-grouped formula cells and formula cell groups in the whole -- cgit