diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-09 14:07:30 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-14 19:50:22 +0000 |
commit | b08f87b62db81b498ea71e5e1049b96e3dc42da4 (patch) | |
tree | f3e17ba0432463e0853b9ca4a873d57d0a030a33 /include | |
parent | 97507ca728376e74c1092f8eccf431bd49cd4368 (diff) |
fdo#85818: rename ZW to FV
Change-Id: I464cba72153ef70bbb14bf43a448a28d02095728
Reviewed-on: https://gerrit.libreoffice.org/13868
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-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 1d6b901f15ab..709fc1ff6021 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -255,7 +255,7 @@ #define SC_OPCODE_COLUMN 254 #define SC_OPCODE_ROW 255 #define SC_OPCODE_RRI 256 -#define SC_OPCODE_ZW 257 +#define SC_OPCODE_FV 257 #define SC_OPCODE_ZZR 258 #define SC_OPCODE_RATE 259 #define SC_OPCODE_IPMT 260 diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 33cf54ce5427..596d6863e0ce 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -259,7 +259,7 @@ enum OpCode : sal_uInt16 ocColumn = SC_OPCODE_COLUMN, ocRow = SC_OPCODE_ROW, ocRRI = SC_OPCODE_RRI, - ocZW = SC_OPCODE_ZW, + ocFV = SC_OPCODE_FV, ocZZR = SC_OPCODE_ZZR, ocRate = SC_OPCODE_RATE, ocIpmt = SC_OPCODE_IPMT, |