source/text/scalc/01/func_char.xhp  |    5 ++++-
 source/text/scalc/01/func_clean.xhp |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 6d3349d68ca4d6a488d7226f18012f2a69de4f7d
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Oct 24 09:19:57 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Oct 24 17:52:30 2024 +0200

    Completion of CHAR and CLEAN functions
    
    Added link to wiki pages.
    
    Change-Id: I9c5b5d44f05c8d803994cd9efc864ab873bdd386
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175554
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_char.xhp 
b/source/text/scalc/01/func_char.xhp
index 5b2db08ace..b96bbdd3ef 100644
--- a/source/text/scalc/01/func_char.xhp
+++ b/source/text/scalc/01/func_char.xhp
@@ -34,5 +34,8 @@
     <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
     <paragraph id="par_id3149890" role="paragraph"> <item 
type="input">=CHAR(100)</item> returns the character d.</paragraph>
     <paragraph id="par_id0907200910283297" role="paragraph">="abc" &amp; 
CHAR(10) &amp; "def" inserts a newline character into the string.</paragraph>
+    <section id="relatedtopics">
+        <tip id="par_id411677015788900"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CHAR";>CHAR
 wiki page</link>.</tip>
+    </section>
   </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>
diff --git a/source/text/scalc/01/func_clean.xhp 
b/source/text/scalc/01/func_clean.xhp
index 9897db361c..a9d1e5e517 100644
--- a/source/text/scalc/01/func_clean.xhp
+++ b/source/text/scalc/01/func_clean.xhp
@@ -34,5 +34,8 @@
     <paragraph id="par_id3150695" role="paragraph"> <emph>Text</emph> refers 
to the text from which to remove all non-printable characters.</paragraph>
     <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
     <paragraph role="paragraph" 
id="par_id581621538151600"><input>=LEN(CLEAN(CHAR(7) &amp; "LibreOffice Calc" 
&amp; CHAR(8)))</input> returns 16, showing that the CLEAN function removes the 
non-printable Unicode U+0007 ("BEL") and U+0008 ("BS") characters at the 
beginning and end of the string argument. CLEAN does not remove 
spaces.</paragraph>
+    <section id="relatedtopics">
+    <tip id="par_id411677015788900"><link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/CLEAN";>CLEAN
 wiki page</link>.</tip>
+    </section>
   </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>

Reply via email to