diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 11:46:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 12:40:36 +0000 |
commit | 3a3bdb2f6eccc8b806baada2ff201465ba453f55 (patch) | |
tree | 6c18f59cf63224e007c42358dcf319373687bf30 /xmloff | |
parent | ee9729265c9836935898b3a89d899d4dceb16bc9 (diff) |
coverity#708698 unused mbAdaptPercentage member
Change-Id: Ie94623b31b7874dc05a3ea5a7a6709b9487a5aa6
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index 212557dfcba8..c84aabc7a982 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -51,7 +51,6 @@ class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper private: const OUString msTrue; const OUString msFalse; - bool mbAdaptPercentage; SvXMLExport& mrExport; com::sun::star::uno::Reference< com::sun::star::chart2::XChartDocument > mxChartDoc; |