diff options
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 be61ed88b076..3ffd2ba73167 100644 --- a/include/formula/compiler.hrc +++ b/include/formula/compiler.hrc @@ -241,7 +241,7 @@ #define SC_OPCODE_COMBIN_A 241 #define SC_OPCODE_PERMUT 242 #define SC_OPCODE_PERMUTATION_A 243 -#define SC_OPCODE_BW 244 +#define SC_OPCODE_PV 244 #define SC_OPCODE_DIA 245 #define SC_OPCODE_GDA 246 #define SC_OPCODE_GDA_2 247 diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index f6de536f53fd..6a68339d47bf 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -245,7 +245,7 @@ enum OpCode : sal_uInt16 ocCombinA = SC_OPCODE_COMBIN_A, ocPermut = SC_OPCODE_PERMUT, ocPermutationA = SC_OPCODE_PERMUTATION_A, - ocBW = SC_OPCODE_BW, + ocPV = SC_OPCODE_PV, ocDIA = SC_OPCODE_DIA, ocGDA = SC_OPCODE_GDA, ocGDA2 = SC_OPCODE_GDA_2, |