summaryrefslogtreecommitdiffstats
path: root/include/formula
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-12 20:50:49 +0100
committerEike Rathke <erack@redhat.com>2015-01-14 19:53:18 +0000
commitbe2e6ea58b0025d1bcf7a901c89532737efcbe09 (patch)
treef57a440f88b3d25b20fafb024741c6120c0f78de /include/formula
parentfdo#85818: rename Schiefe to Skew (diff)
downloadcore-be2e6ea58b0025d1bcf7a901c89532737efcbe09.tar.gz
core-be2e6ea58b0025d1bcf7a901c89532737efcbe09.zip
fdo#85818: rename RKP to Logest
Change-Id: I35e4d80e3d7744c4c9c74b12856a603db8363dbc Reviewed-on: https://gerrit.libreoffice.org/13892 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/compiler.hrc2
-rw-r--r--include/formula/opcode.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 61ec34cd6449..b09b75606c9c 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -351,7 +351,7 @@
#define SC_OPCODE_TREND 350
#define SC_OPCODE_GROWTH 351
#define SC_OPCODE_RGP 352
-#define SC_OPCODE_RKP 353
+#define SC_OPCODE_LOGEST 353
#define SC_OPCODE_FORECAST 354
#define SC_OPCODE_CHI_INV 355
#define SC_OPCODE_GAMMA_DIST 356
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index c6b0a0a5b4a0..94756b4d902d 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -406,7 +406,7 @@ enum OpCode : sal_uInt16
ocTrend = SC_OPCODE_TREND,
ocGrowth = SC_OPCODE_GROWTH,
ocRGP = SC_OPCODE_RGP,
- ocRKP = SC_OPCODE_RKP,
+ ocLogest = SC_OPCODE_LOGEST,
ocForecast = SC_OPCODE_FORECAST,
ocChiInv = SC_OPCODE_CHI_INV,
ocChiInv_MS = SC_OPCODE_CHI_INV_MS,