diff options
author | Eike Rathke <erack@redhat.com> | 2017-06-20 00:21:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-20 00:24:55 +0200 |
commit | 96a307be540fd609bed5b1a35dfe27d7e6652f21 (patch) | |
tree | fe24019b56673769445725fbe3b8b552a8c47fe4 /sc/inc/column.hxx | |
parent | 7a9dd3d482deeeb3ed1d50074e56adbd3f928296 (diff) |
Remove unused ScColumn::mbDirtyGroups
Change-Id: If8ed724ccec136653db5fcf43f9e74a82826add7
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index e4700e9e6e48..68784b9bd932 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -142,7 +142,6 @@ class ScColumn ScAttrArray* pAttrArray; ScDocument* pDocument; - bool mbDirtyGroups; /// formula groups are dirty. size_t mnBlkCountFormula; |