helpcontent2 | 2 +- sc/inc/scfuncs.hrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 2ce832917be539561b7f8d76ce046d702bfc337a Author: Olivier Hallot <[email protected]> Date: Sun Jun 17 09:20:44 2018 -0300 Updated core Project: help 440983e0b533a2f447dbcc49521812dd5fa03ec7 tdf#118187 Text for INDIRECT() in wrong place Change-Id: Ia6b37858c79940ce95467345bd96d22c8fe4737c Reviewed-on: https://gerrit.libreoffice.org/55945 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> (cherry picked from commit 184324625ea1e803007b9c41ce625ae6014573f1) Reviewed-on: https://gerrit.libreoffice.org/55947 Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/helpcontent2 b/helpcontent2 index 4c2eaf960627..440983e0b533 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 4c2eaf960627ebe8090ca1df03191f50826b91a3 +Subproject commit 440983e0b533a2f447dbcc49521812dd5fa03ec7 commit bbdf8fd867bab762fed8af6fc18c505c46801b91 Author: Zdeněk Crhonek <[email protected]> Date: Tue Jun 12 20:17:42 2018 +0200 tdf#71850 delete string "case-sensitive" in function wizzard EUROCONVERT Change-Id: I9ab56279c748eae1e54f4cecc799db1aee2e2601 Reviewed-on: https://gerrit.libreoffice.org/55716 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <[email protected]> (cherry picked from commit e3bbc87b461f494536778033585852204fe3ec97) Reviewed-on: https://gerrit.libreoffice.org/55946 Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/sc/inc/scfuncs.hrc b/sc/inc/scfuncs.hrc index 5c750d26c7fd..c469214af76c 100644 --- a/sc/inc/scfuncs.hrc +++ b/sc/inc/scfuncs.hrc @@ -3895,9 +3895,9 @@ const char* SC_OPCODE_EUROCONVERT_ARY[] = NC_("SC_OPCODE_EUROCONVERT", "Value"), NC_("SC_OPCODE_EUROCONVERT", "The value to be converted."), NC_("SC_OPCODE_EUROCONVERT", "From currency"), - NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted, case-sensitive."), + NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency from which is converted."), NC_("SC_OPCODE_EUROCONVERT", "To currency"), - NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted, case-sensitive."), + NC_("SC_OPCODE_EUROCONVERT", "ISO 4217 code of the currency into which is converted."), NC_("SC_OPCODE_EUROCONVERT", "Full precision"), NC_("SC_OPCODE_EUROCONVERT", "If omitted or 0 or FALSE, the result is rounded to the decimals of To_currency. Else the result is not rounded."), NC_("SC_OPCODE_EUROCONVERT", "Triangulation precision"), _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
