summaryrefslogtreecommitdiff
path: root/formula/source
diff options
context:
space:
mode:
authorLaurent Charrière <lcharriere@gmail.com>2015-01-09 12:01:16 +0100
committerNoel Grandin <noelgrandin@gmail.com>2015-01-12 06:52:04 +0000
commitb2fcd4f7c7133f10bde8df3b7544023a3719d2b2 (patch)
treeb74d0ad35eefba9d3632de81753f4c0813558f70 /formula/source
parent8416ac2b532673f2b64be102d77c805fe5e81720 (diff)
fdo#85818: rename DIA to SYD
Change-Id: I3510403521668c00f44d462b288716f5f7b60115 Reviewed-on: https://gerrit.libreoffice.org/13825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'formula/source')
-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 858fe064a9e3..4ece1374c5f6 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -93,7 +93,7 @@ short lcl_GetRetFormat( OpCode eOpCode )
return NUMBERFORMAT_TIME;
case ocNPV:
case ocPV:
- case ocDIA:
+ case ocSYD:
case ocGDA:
case ocGDA2:
case ocVBD:
diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src
index 2434ead23c92..31ca6e1e262f 100644
--- a/formula/source/core/resource/core_resource.src
+++ b/formula/source/core/resource/core_resource.src
@@ -211,7 +211,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF
String SC_OPCODE_PERMUT { Text = "PERMUT" ; };
String SC_OPCODE_PERMUTATION_A { Text = "PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
- String SC_OPCODE_DIA { Text = "SYD" ; };
+ String SC_OPCODE_SYD { Text = "SYD" ; };
String SC_OPCODE_GDA { Text = "DDB" ; };
String SC_OPCODE_GDA_2 { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
@@ -618,7 +618,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML
String SC_OPCODE_PERMUT { Text = "PERMUT" ; };
String SC_OPCODE_PERMUTATION_A { Text = "_xlfn.PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
- String SC_OPCODE_DIA { Text = "SYD" ; };
+ String SC_OPCODE_SYD { Text = "SYD" ; };
String SC_OPCODE_GDA { Text = "DDB" ; };
String SC_OPCODE_GDA_2 { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
@@ -1027,7 +1027,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH
String SC_OPCODE_PERMUT { Text = "PERMUT" ; };
String SC_OPCODE_PERMUTATION_A { Text = "PERMUTATIONA" ; };
String SC_OPCODE_PV { Text = "PV" ; };
- String SC_OPCODE_DIA { Text = "SYD" ; };
+ String SC_OPCODE_SYD { Text = "SYD" ; };
String SC_OPCODE_GDA { Text = "DDB" ; };
String SC_OPCODE_GDA_2 { Text = "DB" ; };
String SC_OPCODE_VBD { Text = "VDB" ; };
@@ -1927,7 +1927,7 @@ Resource RID_STRLIST_FUNCTION_NAMES
{
Text [ en-US ] = "PV" ;
};
- String SC_OPCODE_DIA
+ String SC_OPCODE_SYD
{
Text [ en-US ] = "SYD" ;
};