From be2e6ea58b0025d1bcf7a901c89532737efcbe09 Mon Sep 17 00:00:00 2001 From: Laurent Charrière Date: Mon, 12 Jan 2015 20:50:49 +0100 Subject: fdo#85818: rename RKP to Logest Change-Id: I35e4d80e3d7744c4c9c74b12856a603db8363dbc Reviewed-on: https://gerrit.libreoffice.org/13892 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- include/formula/compiler.hrc | 2 +- include/formula/opcode.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/formula') 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, -- cgit