summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-07 16:02:25 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-02-07 16:05:13 -0500
commit8f60dd0223f8834224b196153f0d8601403d76dc (patch)
treefd52ca90dcd6134cef794bd8e034f62c361d050a
parent06c17598fb944aebcd0ef0783d2d4a81662208bb (diff)
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
-rw-r--r--sc/source/core/data/column3.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index ccd62e90597b..7da68607efe5 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)