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

New commits:
commit a38f09fec16f24886414c3e9f9574a06b56d8077
Author: Tor Lillqvist <t...@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:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to