summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr8.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-09 19:42:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-10 08:48:08 +0200
commita6a5064c371017676f606a7a2823214146003572 (patch)
tree6b0f71af7a1fc636f113b87d2a11b6eb01e5bb5c /sc/source/core/tool/interpr8.cxx
parentefe119aaa50e9f532b3fac1ef153469c80f24b80 (diff)
loplugin:simplifyconstruct in sc
Change-Id: I1f67cef740eb946fea9097e6f62085d25b1e891b Reviewed-on: https://gerrit.libreoffice.org/60225 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/core/tool/interpr8.cxx')
-rw-r--r--sc/source/core/tool/interpr8.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 02ebcae8d8ee..70e44ce83994 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -130,10 +130,6 @@ public:
ScETSForecastCalculation::ScETSForecastCalculation( SCSIZE nSize, SvNumberFormatter* pFormatter )
: mpFormatter(pFormatter)
- , mpBase(nullptr)
- , mpTrend(nullptr)
- , mpPerIdx(nullptr)
- , mpForecast(nullptr)
, mnSmplInPrd(0)
, mfStepSize(0.0)
, mfAlpha(0.0)