include/xmloff/xmlnumfi.hxx                   |    1 -
 xmloff/source/chart/SchXMLChartContext.hxx    |    1 -
 xmloff/source/chart/SchXMLPlotAreaContext.cxx |    2 --
 xmloff/source/chart/SchXMLPlotAreaContext.hxx |    2 --
 xmloff/source/chart/SchXMLSeries2Context.cxx  |    4 ++--
 5 files changed, 2 insertions(+), 8 deletions(-)

New commits:
commit efa5c54373f6fbfdbb993bd3e1c30dab42e323c6
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Nov 26 12:59:32 2015 +0100

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

diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx
index 7f05728..e124917 100644
--- a/include/xmloff/xmlnumfi.hxx
+++ b/include/xmloff/xmlnumfi.hxx
@@ -129,7 +129,6 @@ class XMLOFF_DLLPUBLIC SvXMLNumFormatContext : public 
SvXMLStyleContext
 //  OUString       sMapName;
     OUString       sCalendar;
     LanguageType   nFormatLang;
-    css::lang::Locale    aLocale;
     bool            bAutoOrder;
     bool            bFromSystem;
     bool            bTruncate;
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx 
b/xmloff/source/chart/SchXMLChartContext.hxx
index e5e67c7..de69e1e 100644
--- a/xmloff/source/chart/SchXMLChartContext.hxx
+++ b/xmloff/source/chart/SchXMLChartContext.hxx
@@ -93,7 +93,6 @@ private:
     SchXMLImportHelper& mrImportHelper;
 
     OUString maMainTitle, maSubTitle;
-    css::awt::Point maMainTitlePos, maSubTitlePos, maLegendPos;
     OUString m_aXLinkHRefAttributeToIndicateDataProvider;
     bool m_bHasRangeAtPlotArea;
     bool m_bHasTableElement;
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx 
b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
index 813a90e..c7f9ae3 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
@@ -969,7 +969,6 @@ 
SchXMLStatisticsObjectContext::SchXMLStatisticsObjectContext(
     ::std::list< DataRowPointStyle >& rStyleList,
     const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
     ContextType eContextType,
-    const awt::Size & rChartSize,
     tSchXMLLSequencesPerIndex & rLSequencesPerIndex) :
 
         SvXMLImportContext( rImport, nPrefix, rLocalName ),
@@ -977,7 +976,6 @@ 
SchXMLStatisticsObjectContext::SchXMLStatisticsObjectContext(
         mrStyleList( rStyleList ),
         m_xSeries( xSeries ),
         meContextType( eContextType ),
-        maChartSize( rChartSize ),
         maSeriesStyleName( rSeriesStyleName),
         mrLSequencesPerIndex(rLSequencesPerIndex)
 {}
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.hxx 
b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
index f9cae3e..487ab35 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.hxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.hxx
@@ -245,7 +245,6 @@ public:
         ::std::list< DataRowPointStyle >& rStyleList,
         const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
         ContextType eContextType,
-        const css::awt::Size & rChartSize,
         tSchXMLLSequencesPerIndex & rLSequencesPerIndex );
 
     virtual ~SchXMLStatisticsObjectContext();
@@ -261,7 +260,6 @@ private:
     ::std::list< DataRowPointStyle > &             mrStyleList;
     css::uno::Reference< css::chart2::XDataSeries > m_xSeries;
     ContextType                                    meContextType;
-    css::awt::Size                                 maChartSize;
     OUString maSeriesStyleName;
     tSchXMLLSequencesPerIndex& mrLSequencesPerIndex;
 };
diff --git a/xmloff/source/chart/SchXMLSeries2Context.cxx 
b/xmloff/source/chart/SchXMLSeries2Context.cxx
index 4f23d15..644052d 100644
--- a/xmloff/source/chart/SchXMLSeries2Context.cxx
+++ b/xmloff/source/chart/SchXMLSeries2Context.cxx
@@ -661,7 +661,7 @@ SvXMLImportContext* 
SchXMLSeries2Context::CreateChildContext(
                 nPrefix, rLocalName, msAutoStyleName,
                 mrStyleList, m_xSeries,
                 SchXMLStatisticsObjectContext::CONTEXT_TYPE_MEAN_VALUE_LINE,
-                maChartSize, mrLSequencesPerIndex );
+                mrLSequencesPerIndex );
             break;
         case XML_TOK_SERIES_REGRESSION_CURVE:
             pContext = new SchXMLRegressionCurveObjectContext(
@@ -675,7 +675,7 @@ SvXMLImportContext* 
SchXMLSeries2Context::CreateChildContext(
                 nPrefix, rLocalName, msAutoStyleName,
                 mrStyleList, m_xSeries,
                 SchXMLStatisticsObjectContext::CONTEXT_TYPE_ERROR_INDICATOR,
-                maChartSize, mrLSequencesPerIndex );
+                mrLSequencesPerIndex );
             break;
 
         case XML_TOK_SERIES_DATA_POINT:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to