summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-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;
}