tdf#101843, ensure repeated rows set the hidden/filtered flag correctly
Change-Id: I759107eeb074698d5e4987c76005788aee33287d
This commit is contained in:
@@ -1439,9 +1439,15 @@ void ScXMLExport::OpenRow(const sal_Int32 nTable, const sal_Int32 nStartRow, con
|
||||
if (pDoc)
|
||||
{
|
||||
if (nRow > nEndRowHidden)
|
||||
{
|
||||
bPrevHidden = rRowAttr.rowHidden(nTable, nRow, nEndRowHidden);
|
||||
bHidden = bPrevHidden;
|
||||
}
|
||||
if (nRow > nEndRowFiltered)
|
||||
{
|
||||
bPrevFiltered = rRowAttr.rowFiltered(nTable, nRow, nEndRowFiltered);
|
||||
bFiltered = bPrevFiltered;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user