summaryrefslogtreecommitdiff
path: root/sc/source/core/data
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-31 09:51:40 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-31 09:51:40 +0300
commita38f09fec16f24886414c3e9f9574a06b56d8077 (patch)
treec9dd4221635ed703ab9431c705aff0d0e480fa0c /sc/source/core/data
parent0086862df116600c5ce38e899929ab0d29914c9d (diff)
WaE: Unused private fields
Change-Id: I164748245326b67bbe61e5ede6b98f713b8d5d03
Diffstat (limited to 'sc/source/core/data')
-rw-r--r--sc/source/core/data/column.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 98ccd2610c06..66343a756d13 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: