From 92cef7eb344c9c9c7a6aa1489845a1b0eb346ead Mon Sep 17 00:00:00 2001 From: Laurent Charrière Date: Fri, 9 Jan 2015 13:43:55 +0100 Subject: fdo#85818: rename ZGZ to RRI Change-Id: Ifeb513eba762f881dd4ea7cd7fc531fe5028106d Reviewed-on: https://gerrit.libreoffice.org/13831 Tested-by: Jenkins Reviewed-by: Noel Grandin --- 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 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, -- cgit