[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 9 20:14:38 PDT 2013


 sc/source/core/data/column.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 74c29d7d5a29086f6c05e6561488f17d7f40a0cf
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Jul 9 23:17:07 2013 -0400

    Remove this marker.
    
    Change-Id: Ia6216631aea17492ed7d864e6033b4677b6d7eb9

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 7ce2d5b..ae463b7 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1957,7 +1957,6 @@ void ScColumn::CopyToColumn(
             sc::ParseBlock(maCells.begin(), maCells, aFunc, nRow1, nRow2);
         }
 
-        rColumn.RegroupFormulaCells(nRow1, nRow2);
         rColumn.CellStorageModified();
     }
 }


More information about the Libreoffice-commits mailing list