sc/inc/column.hxx | 7 ------- sc/source/core/data/column2.cxx | 4 ---- 2 files changed, 11 deletions(-)
New commits: commit c76af15da344696e93226c256a160338f3d248cf Author: Kohei Yoshida <kohei.yosh...@gmail.com> Date: Tue Jul 9 23:47:03 2013 -0400 Nobody uses this marker method now. Change-Id: I06aea5100280c6dee756d8023e6e2fadb09662d7 diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 9f96975..d024007 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -516,13 +516,6 @@ public: void RegroupFormulaCells(); /** - * Regroup existing formula cells when a new cell is inserted. - * - * @param nRow row at which a new cell is inserted. - */ - void RegroupFormulaCells( SCROW nRow ); - - /** * Regroup existing formula cells when a range of new cells are inserted. * * @param nRow1 first row of inserted new cell span. diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 512dc8b7..aa4dd0e 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -1530,10 +1530,6 @@ void ScColumn::CellStorageModified() #endif } -void ScColumn::RegroupFormulaCells( SCROW /*nRow*/ ) -{ -} - void ScColumn::RegroupFormulaCells( SCROW /*nRow1*/, SCROW /*nRow2*/ ) { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits