summaryrefslogtreecommitdiff
path: root/formula
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 /formula
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 'formula')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx2
-rw-r--r--formula/source/core/resource/core_resource.src8
2 files changed, 5 insertions, 5 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 6d324e24eaa2..ec53ee664fb8 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -94,7 +94,7 @@ short lcl_GetRetFormat( OpCode eOpCode )
case ocNPV:
case ocPV:
case ocSYD:
- case ocGDA:
+ case ocDDB:
case ocDB:
case ocVBD:
case ocLIA:
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 8a653013d1db..6ed8e2d4d1c2 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -212,7 +212,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_PERMUTATION_A { Text = "PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
String SC_OPCODE_SYD { Text = "SYD" ; };
- String SC_OPCODE_GDA { Text = "DDB" ; };
+ String SC_OPCODE_DDB { Text = "DDB" ; };
String SC_OPCODE_DB { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
String SC_OPCODE_DURATION { Text = "PDURATION" ; };
@@ -619,7 +619,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_PERMUTATION_A { Text = "_xlfn.PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
String SC_OPCODE_SYD { Text = "SYD" ; };
- String SC_OPCODE_GDA { Text = "DDB" ; };
+ String SC_OPCODE_DDB { Text = "DDB" ; };
String SC_OPCODE_DB { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
String SC_OPCODE_DURATION { Text = "_xlfn.PDURATION" ; };
@@ -1028,7 +1028,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_PERMUTATION_A { Text = "PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
String SC_OPCODE_SYD { Text = "SYD" ; };
- String SC_OPCODE_GDA { Text = "DDB" ; };
+ String SC_OPCODE_DDB { Text = "DDB" ; };
String SC_OPCODE_DB { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
String SC_OPCODE_DURATION { Text = "DURATION" ; };
@@ -1931,7 +1931,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [ en-US ] = "SYD" ;
};
- String SC_OPCODE_GDA
+ String SC_OPCODE_DDB
{
Text [ en-US ] = "DDB" ;
};