From 8449e43255c0929af9c9a205e60db2bb0f4fbde8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 10 Jan 2015 13:16:20 +0100 Subject: only delete cell content for CELLTYPE_NONE, fdo#88200 Change-Id: I43463b56cabfea4c9ee2b98445f7fb522221197d --- sc/inc/column.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc') diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 7eaf60c9e24c..f36f7fc4a60c 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -199,6 +199,7 @@ public: const sc::CellTextAttr* GetCellTextAttr( sc::ColumnBlockConstPosition& rBlockPos, SCROW nRow ) const; void Delete( SCROW nRow ); + void DeleteContent( SCROW nRow, bool bBroadcast = true ); void FreeAll(); void FreeNotes(); void Swap( ScColumn& rOther, SCROW nRow1, SCROW nRow2, bool bPattern ); -- cgit