From ed20e81a886a13125a551ce24b6f9408d61e8e61 Mon Sep 17 00:00:00 2001 From: Laurent Charrière Date: Tue, 13 Jan 2015 10:54:02 +0100 Subject: fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV Change-Id: I1f7b51094acf0baf79160f65fdec67c9934930aa Reviewed-on: https://gerrit.libreoffice.org/13897 Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- formula/source/core/resource/core_resource.src | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'formula') diff --git a/formula/source/core/resource/core_resource.src b/formula/source/core/resource/core_resource.src index 062b43296522..1e9c312e1a65 100644 --- a/formula/source/core/resource/core_resource.src +++ b/formula/source/core/resource/core_resource.src @@ -182,7 +182,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; - String SC_OPCODE_NBW { Text = "NPV" ; }; + String SC_OPCODE_NPV { Text = "NPV" ; }; String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; @@ -590,7 +590,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH_OOXML String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; - String SC_OPCODE_NBW { Text = "NPV" ; }; + String SC_OPCODE_NPV { Text = "NPV" ; }; String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; @@ -1000,7 +1000,7 @@ Resource RID_STRLIST_FUNCTION_NAMES_ENGLISH String SC_OPCODE_AVERAGE_A { Text = "AVERAGEA" ; }; String SC_OPCODE_COUNT { Text = "COUNT" ; }; String SC_OPCODE_COUNT_2 { Text = "COUNTA" ; }; - String SC_OPCODE_NBW { Text = "NPV" ; }; + String SC_OPCODE_NPV { Text = "NPV" ; }; String SC_OPCODE_IRR { Text = "IRR" ; }; String SC_OPCODE_MIRR { Text = "MIRR" ; }; String SC_OPCODE_ISPMT { Text = "ISPMT" ; }; @@ -1814,7 +1814,7 @@ Resource RID_STRLIST_FUNCTION_NAMES { Text [ en-US ] = "COUNTA" ; }; - String SC_OPCODE_NBW + String SC_OPCODE_NPV { Text [ en-US ] = "NPV" ; }; -- cgit collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist
2019-09-06Fixing '....'Andrea Gelmini
2019-05-13Update config.{guess,sub}Caolán McNamara
2018-01-20Update config.{guess,sub}Caolán McNamara
2016-01-07Fix typosAndrea Gelmini
2014-06-18Update config.{guess,sub}Stephan Bergmann