diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-24 11:20:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-24 11:20:56 +0200 |
commit | b213740cbaf4b659efb7c7e0584e3c19eb638025 (patch) | |
tree | 29209377af9914ae4d5d59d7f9d56922b0623c7e /include | |
parent | 0465ba4c359eb904b031d920d33e41b0376231ab (diff) |
-Werror,-Wunused-private-field
Change-Id: I2cc9884b23b49eb3e2afd27e5610bf96998a3c7f
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/chartexport.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx index 02ee8f19bba4..4560bb40456e 100644 --- a/include/oox/export/chartexport.hxx +++ b/include/oox/export/chartexport.hxx @@ -84,7 +84,6 @@ public: private: sal_Int32 mnXmlNamespace; sal_Int32 mnSeriesCount; - Fraction maFraction; ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > mxChartModel; com::sun::star::uno::Reference< com::sun::star::chart::XDiagram > mxDiagram; com::sun::star::uno::Reference< com::sun::star::chart2::XDiagram > mxNewDiagram; |