diff options
author | Laurent Charrière <lcharriere@gmail.com> | 2015-01-09 13:22:08 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-01-12 06:55:20 +0000 |
commit | 294b1e93f4a9e70e0699b2b42eba03eed630ec0c (patch) | |
tree | 67373ecf33ef688d72077f97d5723ff1e99a7a68 /formula | |
parent | fd66d3749e286d8e1b40429ea04e33d7266c1132 (diff) |
fdo#85818: rename LIA to SLN
Change-Id: Ifbf9be5fae60a6460596b90ce87e9ace45b2098f
Reviewed-on: https://gerrit.libreoffice.org/13829
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.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 ec53ee664fb8..50bfd821a314 100644 --- a/formula/source/core/api/FormulaCompiler.cxx +++ b/formula/source/core/api/FormulaCompiler.cxx @@ -97,7 +97,7 @@ short lcl_GetRetFormat( OpCode eOpCode ) case ocDDB: case ocDB: case ocVBD: - case ocLIA: + case ocSLN: case ocRMZ: case ocZW: case ocIpmt: diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 6ed8e2d4d1c2..c64be1fd492c 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -216,7 +216,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_DURATION { Text = "PDURATION" ; }; - String SC_OPCODE_LIA { Text = "SLN" ; }; + String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_RMZ { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; String SC_OPCODE_ROWS { Text = "ROWS" ; }; @@ -623,7 +623,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_DURATION { Text = "_xlfn.PDURATION" ; }; - String SC_OPCODE_LIA { Text = "SLN" ; }; + String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_RMZ { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; String SC_OPCODE_ROWS { Text = "ROWS" ; }; @@ -1032,7 +1032,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_DB { Text = "DB" ; }; String SC_OPCODE_VBD { Text = "VDB" ; }; String SC_OPCODE_DURATION { Text = "DURATION" ; }; - String SC_OPCODE_LIA { Text = "SLN" ; }; + String SC_OPCODE_SLN { Text = "SLN" ; }; String SC_OPCODE_RMZ { Text = "PMT" ; }; String SC_OPCODE_COLUMNS { Text = "COLUMNS" ; }; String SC_OPCODE_ROWS { Text = "ROWS" ; }; @@ -1947,7 +1947,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "DURATION" ; }; - String SC_OPCODE_LIA + String SC_OPCODE_SLN { Text [ en-US ] = "SLN" ; }; |