diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-15 15:18:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-15 15:18:57 +0200 |
commit | 6de7d32df11efe35a3bb6b242ae6197f977af67a (patch) | |
tree | 0a8d19a7e5b26eaf9a12245fdb68db6e383a7cdc /xmloff/inc/XMLChartPropertySetMapper.hxx | |
parent | f466347a5a054c1705a0a3a453e825f16a01a85d (diff) |
-Werror,-Wunused-private-field
Change-Id: I7dc6c1db75d38d0fe5ee333d4f6a8697abf59e4b
Diffstat (limited to 'xmloff/inc/XMLChartPropertySetMapper.hxx')
-rw-r--r-- | xmloff/inc/XMLChartPropertySetMapper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/inc/XMLChartPropertySetMapper.hxx b/xmloff/inc/XMLChartPropertySetMapper.hxx index e1827ae81328..3f27bf5370a5 100644 --- a/xmloff/inc/XMLChartPropertySetMapper.hxx +++ b/xmloff/inc/XMLChartPropertySetMapper.hxx @@ -45,9 +45,6 @@ public: class XMLChartExportPropertyMapper : public SvXMLExportPropertyMapper { private: - const OUString msTrue; - const OUString msFalse; - SvXMLExport& mrExport; com::sun::star::uno::Reference< com::sun::star::chart2::XChartDocument > mxChartDoc; |