diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/column.cxx | 4 |
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: |