diff options
author | obo <obo@openoffice.org> | 2011-01-17 15:09:25 +0100 |
---|---|---|
committer | obo <obo@openoffice.org> | 2011-01-17 15:09:25 +0100 |
commit | 790335316b45af63c2cf79799019f54aabc72ff1 (patch) | |
tree | 70e20aed4d372d8a7112010bfa6cea39a8777eff | |
parent | 1509a04294f7134ebdda348d969af25354f90e23 (diff) | |
parent | e71785ef735ba85a7c0fb14674cb847c3db5a706 (diff) |
CWS-TOOLING: integrate CWS calc65ooo/OOO330_m20
-rw-r--r-- | sc/source/core/data/table2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index cb07bda36..616451161 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -790,7 +790,7 @@ void ScTable::CopyToTable(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, nLastRow = nRow2; //pDestTab->SetRowHidden(i, nLastRow, bThisHidden); - aEntries.push_back(ScShowRowsEntry(i, nLastRow, bThisHidden)); + aEntries.push_back(ScShowRowsEntry(i, nLastRow, !bThisHidden)); bool bThisHiddenChange = (bThisHidden != bDestHidden); if (bThisHiddenChange && pCharts) |