diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-09 12:07:44 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-01-12 06:52:46 +0000 |
commit | 4a2fded15046f2c469c9c1723ccef4e517fc372a (patch) | |
tree | 5e421bf1be7fbfecbc7d10fa659b197a0b2dc096 /formula/source | |
parent | b2fcd4f7c7133f10bde8df3b7544023a3719d2b2 (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 'formula/source')
-rw-r--r-- | formula/source/core/api/FormulaCompiler.cxx | 2 | ||||
-rw-r--r-- | formula/source/core/resource/core_resource.src | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx index 4ece1374c5f6..6d324e24eaa2 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -95,7 +95,7 @@ short lcl_GetRetFormat( OpCode eOpCode ) case ocPV: case ocSYD: case ocGDA: - case ocGDA2: + case ocDB: case ocVBD: case ocLIA: case ocRMZ: diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 31ca6e1e262f..ccaba7a42627 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -213,7 +213,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_PV { Text = "PV" ; }; String SC_OPCODE_SYD { Text = "SYD" ; }; String SC_OPCODE_GDA { Text = "DDB" ; }; - String SC_OPCODE_GDA_2 { Text = "DB" ; }; + String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_LAUFZ { Text = "PDURATION" ; }; String SC_OPCODE_LIA { Text = "SLN" ; }; @@ -620,7 +620,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_PV { Text = "PV" ; }; String SC_OPCODE_SYD { Text = "SYD" ; }; String SC_OPCODE_GDA { Text = "DDB" ; }; - String SC_OPCODE_GDA_2 { Text = "DB" ; }; + String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_LAUFZ { Text = "_xlfn.PDURATION" ; }; String SC_OPCODE_LIA { Text = "SLN" ; }; @@ -1029,7 +1029,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_PV { Text = "PV" ; }; String SC_OPCODE_SYD { Text = "SYD" ; }; String SC_OPCODE_GDA { Text = "DDB" ; }; - String SC_OPCODE_GDA_2 { Text = "DB" ; }; + String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_LAUFZ { Text = "DURATION" ; }; String SC_OPCODE_LIA { Text = "SLN" ; }; @@ -1935,7 +1935,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "DDB" ; }; - String SC_OPCODE_GDA_2 + String SC_OPCODE_DB { Text [ en-US ] = "DB" ; }; |