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

-Werror,-Wunused-private-field

Change-Id: I3f328023d99d3505ab2ce2a80eef82d84d81446e
üst e336d7f8
......@@ -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;
......
......@@ -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;
......
......@@ -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)
{}
......
......@@ -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;
};
......
......@@ -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:
......
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