sc/source/core/data/column3.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 92fa709032696af2fa1d23184d1bde282f94ff9e Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Fri Feb 7 16:02:25 2014 -0500 fdo#74273: Let's not shift the note twice. Once is enough. The notes already are shifted at the top of the function. We don't need this bottom one. Change-Id: I10858d937674e236eecbc42ee08bf6eba197755a (cherry picked from commit 8f60dd0223f8834224b196153f0d8601403d76dc) Reviewed-on: https://gerrit.libreoffice.org/7938 Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 4fdaf11..13ee606 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -291,10 +291,6 @@ void ScColumn::DeleteRow( SCROW nStartRow, SCSIZE nSize ) maCellTextAttrs.erase(nStartRow, nEndRow); maCellTextAttrs.resize(MAXROWCOUNT); - // Shift the cell notes array too (before the broadcast). - maCellNotes.erase(nStartRow, nEndRow); - maCellNotes.resize(MAXROWCOUNT); - CellStorageModified(); if (!bShiftCells) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits