[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/inc sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 9 20:48:02 PDT 2013


 sc/inc/column.hxx               |    7 -------
 sc/source/core/data/column2.cxx |    4 ----
 2 files changed, 11 deletions(-)

New commits:
commit 7c622d651eccac27b19d0b159a79dfaa2479788f
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 8008439..3e66ca9 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -509,13 +509,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 23aaa9f..3fe48fb 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -1533,10 +1533,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