summaryrefslogtreecommitdiffstats
path: root/sc/source/core/tool/interpr5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/interpr5.cxx')
-rw-r--r--sc/source/core/tool/interpr5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 2cf80982c40a..b2d213d2d183 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -2340,16 +2340,16 @@ bool ScInterpreter::CheckMatrix(bool _bLOG, sal_uInt8& nCase, SCSIZE& nCX,
// LINEST
void ScInterpreter::ScRGP()
{
- CalulateRGPRKP(false);
+ CalculateRGPRKP(false);
}
// LOGEST
void ScInterpreter::ScRKP()
{
- CalulateRGPRKP(true);
+ CalculateRGPRKP(true);
}
-void ScInterpreter::CalulateRGPRKP(bool _bRKP)
+void ScInterpreter::CalculateRGPRKP(bool _bRKP)
{
sal_uInt8 nParamCount = GetByte();
if (!MustHaveParamCount( nParamCount, 1, 4 ))