diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-26 17:43:18 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 15:50:05 -0400 |
commit | 2b300a9e90f40f8b890d6de522aa1ea8e7c0d74a (patch) | |
tree | 7fbeff73725d1a28f4b34d60ad5aba8bc3e590e5 /sc/inc | |
parent | 58d309f141621840047d5ee587a0adc8017289bf (diff) |
We don't need this formula group vector.
Change-Id: I96f3b19a5bb0d761b7abd943df6a2e48cfcbf9bd
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 322d7a60fb73..44946c428e7b 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -110,8 +110,6 @@ class ScColumn SCCOL nCol; SCTAB nTab; - std::vector<ScFormulaCellGroupRef> maFnGroups; - ScAttrArray* pAttrArray; ScDocument* pDocument; bool mbDirtyGroups; /// formula groups are dirty. |