[Libreoffice-commits] help.git: source/text

Mohamed Sameh (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 15:11:47 UTC 2020


 source/text/scalc/05/02140000.xhp  |   11 +++++++++++
 source/text/shared/01/05020301.xhp |   11 +++++++++++
 2 files changed, 22 insertions(+)

New commits:
commit 1936bfe6697be30202547a7775bda81d6b8d0211
Author:     Mohamed Sameh <mohamedsamehkhalil at gmail.com>
AuthorDate: Sat Feb 22 19:28:45 2020 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Feb 24 16:11:26 2020 +0100

    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 <mike.kaganski at collabora.com>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp
index b0cc44743..56a27f6d1 100644
--- a/source/text/scalc/05/02140000.xhp
+++ b/source/text/scalc/05/02140000.xhp
@@ -62,6 +62,17 @@
                <paragraph xml-lang="en-US" id="par_id3169266" role="tablecontent">The cell is not wide enough to display the contents.</paragraph>
             </tablecell>
          </tablerow>
+        <tablerow>
+            <tablecell>
+               <paragraph xml-lang="en-US" id="par_id1668468" role="tablecontent" localize="false">#FMT</paragraph>
+            </tablecell>
+            <tablecell>
+               <paragraph xml-lang="en-US" id="par_id3165767" role="tablecontent">none</paragraph>
+            </tablecell>
+            <tablecell>
+               <paragraph xml-lang="en-US" id="par_id3169267" role="tablecontent">This value is outside of limits valid for this format</paragraph>
+            </tablecell>
+         </tablerow>
          <tablerow>
             <tablecell>
                <paragraph localize="false" id="par_id3153188" role="tablecontent">501</paragraph>
diff --git a/source/text/shared/01/05020301.xhp b/source/text/shared/01/05020301.xhp
index 03e096f15..7e0178fea 100644
--- a/source/text/shared/01/05020301.xhp
+++ b/source/text/shared/01/05020301.xhp
@@ -2552,5 +2552,16 @@
 <paragraph id="par_id3158316" role="paragraph" xml-lang="en-US">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".</paragraph>
 
 </section>
+
+<section id="ErrorCodes">
+
+<paragraph id="hd_id231201610928993200" role="heading" level="2" xml-lang="en-US">Error Codes</paragraph>
+
+<paragraph id="par_id3158315" role="paragraph" xml-lang="en-US">If the value is outside the limits for the selected format the following error code is shown:</paragraph>
+
+<paragraph id="par_id3158316" role="code" localize="false" xml-lang="en-US">#FMT</paragraph>
+
+</section>
+
 </body>
 </helpdocument>


More information about the Libreoffice-commits mailing list