[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Fri Oct 3 01:41:11 PDT 2014


 sc/source/core/data/column4.cxx |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

New commits:
commit d6c842e0e9f88a7edf642c8f807b92e7ced9a1d1
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 3 11:35:38 2014 +0300

    WaE: private fields 'mnTab' and 'mnCol' are not used
    
    Change-Id: I449b85b00aeaf690644e17be0a6b2b9398a3cd3f

diff --git a/sc/source/core/data/column4.cxx b/sc/source/core/data/column4.cxx
index c0c1fde..a577e7a 100644
--- a/sc/source/core/data/column4.cxx
+++ b/sc/source/core/data/column4.cxx
@@ -326,15 +326,11 @@ namespace {
 
 class ConvertFormulaToValueHandler
 {
-    SCTAB mnTab;
-    SCCOL mnCol;
     sc::CellValues maResValues;
     bool mbModified;
 
 public:
-    ConvertFormulaToValueHandler( SCTAB nTab, SCCOL nCol ) :
-        mnTab(nTab),
-        mnCol(nCol),
+    ConvertFormulaToValueHandler( SCTAB, SCCOL ) :
         mbModified(false)
     {
         maResValues.reset(MAXROWCOUNT);


More information about the Libreoffice-commits mailing list