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

Tor Lillqvist tml at iki.fi
Tue Jul 30 23:52:14 PDT 2013


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

New commits:
commit a38f09fec16f24886414c3e9f9574a06b56d8077
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jul 31 09:51:40 2013 +0300

    WaE: Unused private fields
    
    Change-Id: I164748245326b67bbe61e5ede6b98f713b8d5d03

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 98ccd26..66343a7 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -2407,8 +2407,6 @@ class InsertTabUpdater
     sc::CellTextAttrStoreType& mrTextAttrs;
     sc::CellTextAttrStoreType::iterator miAttrPos;
     SCTAB mnTab;
-    SCTAB mnInsPos;
-    SCTAB mnNewSheets;
     bool mbModified;
 
 public:
@@ -2441,8 +2439,6 @@ class DeleteTabUpdater
     sc::RefUpdateDeleteTabContext& mrCxt;
     sc::CellTextAttrStoreType& mrTextAttrs;
     sc::CellTextAttrStoreType::iterator miAttrPos;
-    SCTAB mnDelPos;
-    SCTAB mnSheets;
     SCTAB mnTab;
     bool mbModified;
 public:


More information about the Libreoffice-commits mailing list