Kaydet (Commit) b213740c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

Change-Id: I2cc9884b23b49eb3e2afd27e5610bf96998a3c7f
üst 0465ba4c
...@@ -84,7 +84,6 @@ public: ...@@ -84,7 +84,6 @@ public:
private: private:
sal_Int32 mnXmlNamespace; sal_Int32 mnXmlNamespace;
sal_Int32 mnSeriesCount; sal_Int32 mnSeriesCount;
Fraction maFraction;
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > mxChartModel; ::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::chart::XDiagram > mxDiagram;
com::sun::star::uno::Reference< com::sun::star::chart2::XDiagram > mxNewDiagram; com::sun::star::uno::Reference< com::sun::star::chart2::XDiagram > mxNewDiagram;
......
...@@ -439,7 +439,6 @@ ChartExport::ChartExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, Reference< f ...@@ -439,7 +439,6 @@ ChartExport::ChartExport( sal_Int32 nXmlNamespace, FSHelperPtr pFS, Reference< f
: DrawingML( pFS, pFB, eDocumentType ) : DrawingML( pFS, pFB, eDocumentType )
, mnXmlNamespace( nXmlNamespace ) , mnXmlNamespace( nXmlNamespace )
, mnSeriesCount(0) , mnSeriesCount(0)
, maFraction( 1, 576 )
, mxChartModel( xModel ) , mxChartModel( xModel )
, mbHasCategoryLabels( false ) , mbHasCategoryLabels( false )
, mbHasZAxis( false ) , mbHasZAxis( false )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment