diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-13 10:44:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:53:39 +0000 |
commit | e613c9fba449fda0db163de413eeda50f521db41 (patch) | |
tree | d207ab156789a393b4893b67b2ad4b81dce14fec /include/formula | |
parent | be2e6ea58b0025d1bcf7a901c89532737efcbe09 (diff) |
fdo#85818: rename RGP to Linest
Change-Id: I4bdf934730a54a76f5762fd079dc6270fa135840
Reviewed-on: https://gerrit.libreoffice.org/13893
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.hrc | 2 | ||||
-rw-r--r-- | include/formula/opcode.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc index b09b75606c9c..6ace7417c3be 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -350,7 +350,7 @@ #define SC_OPCODE_INTERCEPT 349 #define SC_OPCODE_TREND 350 #define SC_OPCODE_GROWTH 351 -#define SC_OPCODE_RGP 352 +#define SC_OPCODE_LINEST 352 #define SC_OPCODE_LOGEST 353 #define SC_OPCODE_FORECAST 354 #define SC_OPCODE_CHI_INV 355 diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 94756b4d902d..039aaaa4a0b9 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -405,7 +405,7 @@ enum OpCode : sal_uInt16 ocIntercept = SC_OPCODE_INTERCEPT, ocTrend = SC_OPCODE_TREND, ocGrowth = SC_OPCODE_GROWTH, - ocRGP = SC_OPCODE_RGP, + ocLinest = SC_OPCODE_LINEST, ocLogest = SC_OPCODE_LOGEST, ocForecast = SC_OPCODE_FORECAST, ocChiInv = SC_OPCODE_CHI_INV, |