diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 10:57:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-04 12:14:21 +0100 |
commit | 727752e1297ffe7a9f428162b284e082d51c36ec (patch) | |
tree | b975a601572158497863c14057efa1959572337a /sc | |
parent | 6900a3bfb7bc7a61f81448f28413c439d8c07f3e (diff) |
coverity#707959 unused mbShowDataDropDown member
Change-Id: Ia09a8a8782fd8370f3655c4ab7f4ac18f5371133
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/pivottablebuffer.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/inc/pivottablebuffer.hxx b/sc/source/filter/inc/pivottablebuffer.hxx index 4147a4c05dd7..fff2b652a939 100644 --- a/sc/source/filter/inc/pivottablebuffer.hxx +++ b/sc/source/filter/inc/pivottablebuffer.hxx @@ -264,7 +264,6 @@ struct PTDefinitionModel : public AutoFormatModel bool mbDisableFieldList; bool mbShowCalcMembers; bool mbVisualTotals; - bool mbShowDataDropDown; bool mbShowDrill; bool mbPrintDrill; bool mbEnableDrill; |