summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 10:50:20 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:49 +0200
commit4c7ce41582b85375df385a05770a0a79fa742bbc (patch)
tree2d57baa7f995cdf92d896b364b56953c191a491f /xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
parenta218039d2a1176a5c788498fd8b50efe9b195b54 (diff)
loplugin:unusedfields in xmlhelp,xmloff
Change-Id: I4d2f0ff95da5abaa3d0a0a5223616e09e0c476fc
Diffstat (limited to 'xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
index 49274b5d9a42..f111ab2de909 100644
--- a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
+++ b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx
@@ -63,7 +63,6 @@ public:
SvXMLImport& rImport,
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
const css::awt::Size & rChartSize,
RegressionStyle & rRegressionStyle );
@@ -74,7 +73,6 @@ public:
private:
SchXMLImportHelper& mrImportHelper;
RegressionStyle& mrRegressionStyle;
- css::uno::Reference< css::chart2::XDataSeries > mxSeries;
css::awt::Size maChartSize;
};