From 4a2fded15046f2c469c9c1723ccef4e517fc372a Mon Sep 17 00:00:00 2001 From: Laurent Charrière Date: Fri, 9 Jan 2015 12:07:44 +0100 Subject: fdo#85818: rename GDA2 to DB Change-Id: I2449645b47918325474109fc090ef34b009f26a8 Reviewed-on: https://gerrit.libreoffice.org/13826 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/formula/opcode.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/formula/opcode.hxx') diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index df2452b70498..8f891db87b40 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -248,7 +248,7 @@ enum OpCode : sal_uInt16 ocPV = SC_OPCODE_PV, ocSYD = SC_OPCODE_SYD, ocGDA = SC_OPCODE_GDA, - ocGDA2 = SC_OPCODE_GDA_2, + ocDB = SC_OPCODE_DB, ocVBD = SC_OPCODE_VBD, ocLaufz = SC_OPCODE_LAUFZ, ocLIA = SC_OPCODE_LIA, -- cgit