diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 00:11:04 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 08:31:59 -0500 |
commit | 4cbe6f95e00d7a8b796b019a97d06e3b3ad52b47 (patch) | |
tree | 65526f24c0befb3413cd2fd145167269a56c29c3 /sc/inc/column.hxx | |
parent | 33751e97642c190dcd8692c46b4df2e7dce504d1 (diff) |
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
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 |