summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-24 11:20:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-24 11:20:56 +0200
commitb213740cbaf4b659efb7c7e0584e3c19eb638025 (patch)
tree29209377af9914ae4d5d59d7f9d56922b0623c7e
parent0465ba4c359eb904b031d920d33e41b0376231ab (diff)
-Werror,-Wunused-private-field
Change-Id: I2cc9884b23b49eb3e2afd27e5610bf96998a3c7f
-rw-r--r--include/oox/export/chartexport.hxx1
-rw-r--r--oox/source/export/chartexport.cxx1
2 files changed, 0 insertions, 2 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;
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 65912381ff61..963bcebdc370 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -439,7 +439,6 @@ ChartExport::ChartExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, Reference< f
: DrawingML( pFS, pFB, eDocumentType )
, mnXmlNamespace( nXmlNamespace )
, mnSeriesCount(0)
- , maFraction( 1, 576 )
, mxChartModel( xModel )
, mbHasCategoryLabels( false )
, mbHasZAxis( false )