[Libreoffice-commits] core.git: include/oox oox/source

Stephan Bergmann sbergman at redhat.com
Fri Oct 24 02:21:23 PDT 2014


 include/oox/export/chartexport.hxx |    1 -
 oox/source/export/chartexport.cxx  |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit b213740cbaf4b659efb7c7e0584e3c19eb638025
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 24 11:20:56 2014 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I2cc9884b23b49eb3e2afd27e5610bf96998a3c7f

diff --git a/include/oox/export/chartexport.hxx b/include/oox/export/chartexport.hxx
index 02ee8f1..4560bb4 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 6591238..963bceb 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 )


More information about the Libreoffice-commits mailing list