diff options
author | Eike Rathke <erack@redhat.com> | 2017-12-20 22:04:50 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-12-20 22:05:34 +0100 |
commit | f6c2fd1ce58a8f34483177c0b240c53a7866faf9 (patch) | |
tree | bd609d5dc38e3e4bf1b7b0e1f07be93a06f96632 /include/formula | |
parent | 0b53f794ffb2550288610b9488f11fd21ab85aae (diff) |
Remove unused ocExternalRef
Change-Id: Ie32411637f2f2dbedfc8e4272e952ecc1d72ac49
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/opcode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 88527b9244ee..a96707b30bd1 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -33,7 +33,6 @@ enum OpCode : sal_uInt16 ocStop = SC_OPCODE_STOP, ocExternal = SC_OPCODE_EXTERNAL, ocName = SC_OPCODE_NAME, - ocExternalRef = SC_OPCODE_EXTERNAL_REF, // Jump commands ocIf = SC_OPCODE_IF, ocIfError = SC_OPCODE_IF_ERROR, @@ -527,7 +526,6 @@ inline std::string OpCodeEnumToString(OpCode eCode) case ocStop: return "Stop"; case ocExternal: return "External"; case ocName: return "Name"; - case ocExternalRef: return "ExternalRef"; case ocIf: return "If"; case ocIfError: return "IfError"; case ocIfNA: return "IfNA"; |