[Libreoffice-commits] core.git: sc/source
Laurent Charrière
lcharriere at gmail.com
Wed Jan 14 11:56:30 PST 2015
sc/source/core/inc/interpre.hxx | 2 +-
sc/source/core/tool/interpr3.cxx | 2 +-
sc/source/core/tool/interpr4.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e867843e76e1a8ce1a0fa85b122485a241dc2baf
Author: Laurent Charrière <lcharriere at gmail.com>
Date: Tue Jan 13 10:58:28 2015 +0100
sc: rename ScSTEXY to ScSTEYX
The actual Calc function is STEYX.
Change-Id: I7c778a3b00e54aa97b61c00e2e7c40c2db48a08b
Reviewed-on: https://gerrit.libreoffice.org/13898
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 07e1cce..7f8d134 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -841,7 +841,7 @@ void ScCovarianceP();
void ScCovarianceS();
void ScPearson();
void ScRSQ();
-void ScSTEXY();
+void ScSTEYX();
void ScSlope();
void ScTrend();
void ScInfo();
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index 2ab1428..67a5b12 100644
--- a/sc/source/core/tool/interpr3.cxx
+++ b/sc/source/core/tool/interpr3.cxx
@@ -4254,7 +4254,7 @@ void ScInterpreter::ScRSQ()
}
}
-void ScInterpreter::ScSTEXY()
+void ScInterpreter::ScSTEYX()
{
CalculatePearsonCovar( true, true, false );
}
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index acb1002..f695ea8 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4185,7 +4185,7 @@ StackVar ScInterpreter::Interpret()
case ocCovarianceS : ScCovarianceS(); break;
case ocPearson : ScPearson(); break;
case ocRSQ : ScRSQ(); break;
- case ocSTEYX : ScSTEXY(); break;
+ case ocSTEYX : ScSTEYX(); break;
case ocSlope : ScSlope(); break;
case ocIntercept : ScIntercept(); break;
case ocTrend : ScTrend(); break;
More information about the Libreoffice-commits
mailing list