[Libreoffice-commits] core.git: include/formula

Eike Rathke erack at redhat.com
Wed Dec 20 21:05:57 UTC 2017


 include/formula/opcode.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f6c2fd1ce58a8f34483177c0b240c53a7866faf9
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Dec 20 22:04:50 2017 +0100

    Remove unused ocExternalRef
    
    Change-Id: Ie32411637f2f2dbedfc8e4272e952ecc1d72ac49

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";


More information about the Libreoffice-commits mailing list