sc/source/ui/StatisticsDialogs/RegressionDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 069bf61cea5e3aea07ffd5a1bb9f55324651cb35
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Mar 31 11:25:36 2024 +0200
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Mon Apr 1 01:00:01 2024 +0200

    Fix abbr.
    
    Change-Id: Ia1f8f1527e76f2a721d42f6de11122f8c167bc96
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165589
    Tested-by: Jenkins
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx 
b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
index 547866cf010c..2031bae10ff5 100644
--- a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
+++ b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx
@@ -368,7 +368,7 @@ void 
ScRegressionDialog::WriteRawRegressionResults(AddressWalkerWriter& rOutput,
                                        mbCalcIntercept ? 
std::u16string_view(u"TRUE") : std::u16string_view(u"FALSE")));
     rOutput.writeMatrixFormula(rTemplate.getTemplate(), 1 + 
mnNumIndependentVars, 5);
     // Add LINEST result components to template
-    // 1. Add ranges for coefficients and standard errors for indep. vars and 
the intercept.
+    // 1. Add ranges for coefficients and standard errors for independent vars 
and the intercept.
     // Note that these two are in the reverse order(m_n, m_n-1, ..., m_1, b) 
w.r.t what we expect.
     rTemplate.autoReplaceRange("%COEFFICIENTS_REV_RANGE%", 
ScRange(rOutput.current(), rOutput.current(mnNumIndependentVars)));
     rTemplate.autoReplaceRange("%SERRORSX_REV_RANGE%", 
ScRange(rOutput.current(0, 1), rOutput.current(mnNumIndependentVars, 1)));

Reply via email to