[Libreoffice-commits] .: sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Jun 14 22:25:39 PDT 2011
sc/source/core/data/table2.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bb63809840b92b28fc82afb7fbb304119f2735e0
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Jun 15 01:24:19 2011 -0400
Remove non-matching DecRecalcLevel().
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index f6d24c1..bdb0bb7 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -2241,7 +2241,6 @@ sal_Bool ScTable::SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, sal_uInt16
mpRowHeights->setValue(nStartRow, nEndRow, nNewHeight);
}
- DecRecalcLevel();
if (bChanged)
InvalidatePageBreaks();
More information about the Libreoffice-commits
mailing list