we want to delete anytime that attribs are overwritten, fdo#72149
Change-Id: I1ed50e6daf5b363c46e31d1a0efacf7728621b1a
This commit is contained in:
@@ -662,7 +662,7 @@ void ScTable::CopyFromClip(
|
||||
for ( SCCOL i = nCol1; i <= nCol2; i++)
|
||||
aCol[i].CopyFromClip(rCxt, nRow1, nRow2, nDy, pTable->aCol[i - nDx]); // notes are handles at column level
|
||||
|
||||
if (rCxt.getInsertFlag() == IDF_ATTRIB)
|
||||
if (rCxt.getInsertFlag() & IDF_ATTRIB)
|
||||
{
|
||||
// make sure that there are no old references to the cond formats
|
||||
sal_uInt16 nWhichArray[2];
|
||||
|
Reference in New Issue
Block a user