summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-10-03 22:13:07 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-10-04 08:58:11 -0500
commitbb78299e8ebdfc495fac44cbfaba4d6bf91b2982 (patch)
tree50569cb87c24e231f74968d394bfdb767a05e0b4 /sc
parent8aedb193a2ed46865b11c464632b1bc6d6a68268 (diff)
coverity#124890,1242726 Unused Value
Change-Id: I1d32b7d68ac0ec3752364e855390af21be3f4496
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index 41cb0c0df8da..685e3724a8b0 100644
--- a/sc/source/core/tool/interpr3.cxx
+++ b/sc/source/core/tool/interpr3.cxx
@@ -138,7 +138,6 @@ static double lcl_IterateInverse( const ScDistFunc& rFunction, double fAx, doubl
{
fSx = 0.5 * (fAx + fBx);
// reset points
- fPx = fAx; fPy = fAy;
fQx = fBx; fQy = fBy;
bHasToInterpolate = true;
}