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

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 9 20:44:40 PDT 2013


 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.yoshida at 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*/ )
 {
 }


More information about the Libreoffice-commits mailing list