summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-26 12:59:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-26 12:59:32 +0100
commitefa5c54373f6fbfdbb993bd3e1c30dab42e323c6 (patch)
treecc4527cdc2805be0e54883e59943895c6d28963d /xmloff/source/chart/SchXMLPlotAreaContext.cxx
parente336d7f80fd9f7ada4b12c37f9434df411d28466 (diff)
-Werror,-Wunused-private-field
Change-Id: I3f328023d99d3505ab2ce2a80eef82d84d81446e
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
index 813a90e28a0d..c7f9ae3d5ad4 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)
{}