summaryrefslogtreecommitdiff
path: root/include/formula/opcode.hxx
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-09 12:07:44 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-12 06:52:46 +0000
commit4a2fded15046f2c469c9c1723ccef4e517fc372a (patch)
tree5e421bf1be7fbfecbc7d10fa659b197a0b2dc096 /include/formula/opcode.hxx
parentb2fcd4f7c7133f10bde8df3b7544023a3719d2b2 (diff)
fdo#85818: rename GDA2 to DB
Change-Id: I2449645b47918325474109fc090ef34b009f26a8 Reviewed-on: https://gerrit.libreoffice.org/13826 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/formula/opcode.hxx')
-rw-r--r--include/formula/opcode.hxx2
1 files changed, 1 insertions, 1 deletions
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,