Kaydet (Commit) 78e35a68 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

only delete cond formats when attributes are deleted, fdo#54748

Change-Id: I41829e8464fb2fb5e7bbc435f9aa5ed72e7d5cbc
üst 7389140c
......@@ -534,7 +534,8 @@ void ScTable::DeleteArea(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal
ApplyPatternArea( nCol1, nRow1, nCol2, nRow2, aPattern );
}
mpCondFormatList->DeleteArea( nCol1, nRow1, nCol2, nRow2 );
if( nDelFlag & IDF_ATTRIB )
mpCondFormatList->DeleteArea( nCol1, nRow1, nCol2, nRow2 );
}
if (nDelFlag & IDF_NOTE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment