diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/Splines.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/view/charttypes/Splines.cxx b/chart2/source/view/charttypes/Splines.cxx index 3527d1bec01f..e41a2ba6bcd7 100644 --- a/chart2/source/view/charttypes/Splines.cxx +++ b/chart2/source/view/charttypes/Splines.cxx @@ -850,9 +850,8 @@ void SplineCalculater::CalculateBSplines( --r; } } - } // aPointsIn contains the control points now. - if (bIsSuccessful) - { + // aPointsIn contains the control points now. + // calculate the intermediate points according given resolution // using deBoor-Cox algorithm lcl_tSizeType nNewSize = nResolution * n + 1; |