sc/source/core/data/table7.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c557889748292d25996ea8f587d7564c74e6f121 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Thu Feb 22 22:43:35 2018 +0100 copy multiple single row cond formats correctly, tdf#115835 Change-Id: Ic20cc27f03edf3dbd27975f99c788bf5bffd4c48 Reviewed-on: https://gerrit.libreoffice.org/50211 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/core/data/table7.cxx b/sc/source/core/data/table7.cxx index 1c6e16cf36fb..54a84e31e20f 100644 --- a/sc/source/core/data/table7.cxx +++ b/sc/source/core/data/table7.cxx @@ -130,10 +130,10 @@ void ScTable::CopyOneCellFromClip( assert(nColOffset >= 0); aCol[nCol].CopyOneCellFromClip(rCxt, nRow1, nRow2, nColOffset); - if ((rCxt.getInsertFlag() & InsertDeleteFlags::ATTRIB) && (nColOffset == 0)) + if (rCxt.getInsertFlag() & InsertDeleteFlags::ATTRIB) { for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) - CopyConditionalFormat(nCol, nRow, nCol + nSrcColSize - 1, nRow, nCol - aSrcRange.aStart.Col(), + CopyConditionalFormat(nCol, nRow, nCol, nRow, nCol - aSrcRange.aStart.Col() - nColOffset, nRow - nSrcRow, pSrcTab); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits