summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-09 12:12:59 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-12 06:53:54 +0000
commitfd66d3749e286d8e1b40429ea04e33d7266c1132 (patch)
treeb8f0f3eb0896bdd0c99ad71284984751328c30be /include
parentfebb2102a692480df0c82b58a792f4b3a447fb37 (diff)
fdo#85818: rename GDA to DDB
Change-Id: Ic73225a34ca3339216c11bd72116e55d6a098257 Reviewed-on: https://gerrit.libreoffice.org/13827 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/formula/compiler.hrc2
-rw-r--r--include/formula/opcode.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/compiler.hrc b/include/formula/compiler.hrc
index 86ff639be784..7e9facbc9cd6 100644
--- a/include/formula/compiler.hrc
+++ b/include/formula/compiler.hrc
@@ -243,7 +243,7 @@
#define SC_OPCODE_PERMUTATION_A 243
#define SC_OPCODE_PV 244
#define SC_OPCODE_SYD 245
-#define SC_OPCODE_GDA 246
+#define SC_OPCODE_DDB 246
#define SC_OPCODE_DB 247
#define SC_OPCODE_VBD 248
#define SC_OPCODE_DURATION 249
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx
index f566507a88b9..2fed5558555a 100644
--- a/include/formula/opcode.hxx
+++ b/include/formula/opcode.hxx
@@ -247,7 +247,7 @@ enum OpCode : sal_uInt16
ocPermutationA = SC_OPCODE_PERMUTATION_A,
ocPV = SC_OPCODE_PV,
ocSYD = SC_OPCODE_SYD,
- ocGDA = SC_OPCODE_GDA,
+ ocDDB = SC_OPCODE_DDB,
ocDB = SC_OPCODE_DB,
ocVBD = SC_OPCODE_VBD,
ocDuration = SC_OPCODE_DURATION,