diff options
Diffstat (limited to 'include/formula/opcode.hxx')
-rw-r--r-- | include/formula/opcode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 9b7867eb05c5..724667f6a4df 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -200,7 +200,7 @@ enum OpCode : sal_uInt16 ocTrunc = SC_OPCODE_TRUNC, ocLog = SC_OPCODE_LOG, ocPower = SC_OPCODE_POWER, - ocGCD = SC_OPCODE_GGT, + ocGCD = SC_OPCODE_GCD, ocLCM = SC_OPCODE_LCM, ocMod = SC_OPCODE_MOD, ocSumProduct = SC_OPCODE_SUM_PRODUCT, |