diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 14:53:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-22 09:53:27 +0200 |
commit | e24c4c40c052591414cedab2fba152170d385580 (patch) | |
tree | 93c46e8cc14b4332251a7cc1ef93197a2e09d9c7 /sc/source/core | |
parent | 8ac44ca1890f31521e34c14db1b796a80456404b (diff) |
loplugin:unusedfields in sc
Change-Id: Ic801acdd16eded595fdb2a452bbed532b7c9fd65
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/column3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 47371212327c..9ba82271b3da 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -2933,7 +2933,6 @@ namespace { class GroupFormulaCells { - ScFormulaCellGroupRef mxNone; std::vector<ScAddress>* mpGroupPos; public: |