diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-09 13:43:55 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-01-12 06:55:37 +0000 |
commit | 92cef7eb344c9c9c7a6aa1489845a1b0eb346ead (patch) | |
tree | bacb8be282c68510c5df1361fa97b94da982b369 /include/formula | |
parent | c6d3405d9cf75adc8ae9f8b2cca2dfd2c9de7d7d (diff) |
fdo#85818: rename ZGZ to RRI
Change-Id: Ifeb513eba762f881dd4ea7cd7fc531fe5028106d
Reviewed-on: https://gerrit.libreoffice.org/13831
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.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 a512e280db1c..5686a8b21cbf 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -253,7 +253,7 @@ #define SC_OPCODE_ROWS 253 #define SC_OPCODE_COLUMN 254 #define SC_OPCODE_ROW 255 -#define SC_OPCODE_ZGZ 256 +#define SC_OPCODE_RRI 256 #define SC_OPCODE_ZW 257 #define SC_OPCODE_ZZR 258 #define SC_OPCODE_RATE 259 diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 5349559b40de..c9e105d4787b 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -257,7 +257,7 @@ enum OpCode : sal_uInt16 ocRows = SC_OPCODE_ROWS, ocColumn = SC_OPCODE_COLUMN, ocRow = SC_OPCODE_ROW, - ocZGZ = SC_OPCODE_ZGZ, + ocRRI = SC_OPCODE_RRI, ocZW = SC_OPCODE_ZW, ocZZR = SC_OPCODE_ZZR, ocRate = SC_OPCODE_RATE, |