From 1936bfe6697be30202547a7775bda81d6b8d0211 Mon Sep 17 00:00:00 2001 From: Mohamed Sameh Date: Sat, 22 Feb 2020 19:28:45 +0100 Subject: tdf#129878: Add FMT error code into help pages Change-Id: I657fc04d54e2fdeedaea01d2d23e0ab79bf5d4ee Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89269 Tested-by: Jenkins Reviewed-by: Mike Kaganski Reviewed-by: Olivier Hallot --- source/text/scalc/05/02140000.xhp | 11 +++++++++++ source/text/shared/01/05020301.xhp | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index b0cc447433..56a27f6d19 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -62,6 +62,17 @@ The cell is not wide enough to display the contents. + + + #FMT + + + none + + + This value is outside of limits valid for this format + + 501 diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp index 03e096f158..7e0178feae 100644 --- a/source/text/shared/01/05020301.xhp +++ b/source/text/shared/01/05020301.xhp @@ -2552,5 +2552,16 @@ Other possible arguments: "money" before 3-letter currency codes, for example [NatNum12 capitalize money USD]0.00 will format number "1.99" as "One and 99/100 U.S. Dollars". + +
+ +Error Codes + +If the value is outside the limits for the selected format the following error code is shown: + +#FMT + +
+ -- cgit