From 05f5191de3895b5c6b263d6dfba63f494e5e4a5b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 13 Aug 2013 23:47:58 -0400 Subject: Do the same when deleting rows. Change-Id: Ib1deab33a8771e196d0520bae872eb0d492c913e --- sc/inc/table.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index fa6247cb6312..5e3f9598863f 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -384,8 +384,8 @@ public: bool TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize ) const; void InsertRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize ); - void DeleteRow( SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize, - bool* pUndoOutline = NULL ); + void DeleteRow( + const sc::ColumnSet& rRegroupCols, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow, SCSIZE nSize, bool* pUndoOutline = NULL ); bool TestInsertCol( SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ) const; void InsertCol( SCCOL nStartCol, SCROW nStartRow, SCROW nEndRow, SCSIZE nSize ); -- cgit