source/text/scalc/01/func_replaceb.xhp |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 11c68842e216735f261fd065750a91ba98b42be1
Author:     Steve Fanning <stevemfann...@yahoo.co.uk>
AuthorDate: Thu Jul 15 22:27:11 2021 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Jul 15 23:06:02 2021 +0200

    Correct misleading descriptions of parameters passed to Calc's REPLACEB 
function.
    
    Change-Id: Ib145bf71a258f5f58fac4ed90a7a3e3ff509a454
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118925
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_replaceb.xhp 
b/source/text/scalc/01/func_replaceb.xhp
index 52966391c..a2e85b72c 100644
--- a/source/text/scalc/01/func_replaceb.xhp
+++ b/source/text/scalc/01/func_replaceb.xhp
@@ -28,14 +28,16 @@
     <embed href="text/scalc/00/avail_release.xhp#6.0"/>
     <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
     <paragraph role="code" id="par_id701542231253817" 
xml-lang="en-US">REPLACEB( Text ; Position ; Length ; NewText )</paragraph>
-    <paragraph role="paragraph" id="par_id331573510857418"><emph>Text</emph>: 
A text expression or reference to a cell containing a text expression in which 
the characters are to be replaced.</paragraph>
-    <paragraph role="paragraph" 
id="par_id431573510862075"><emph>Position</emph>: the character position from 
which text is to be replaced. </paragraph>
-    <paragraph role="paragraph" 
id="par_id481573510866260"><emph>Length</emph>: the number of characters to be 
replaced.</paragraph>
+    <paragraph role="paragraph" id="par_id331573510857418"><emph>Text</emph>: 
A text expression or reference to a cell containing a text expression in which 
the bytes are to be replaced.</paragraph>
+    <paragraph role="paragraph" 
id="par_id431573510862075"><emph>Position</emph>: the byte position from which 
text is to be replaced. </paragraph>
+    <paragraph role="paragraph" 
id="par_id481573510866260"><emph>Length</emph>: the number of bytes to be 
replaced.</paragraph>
     <paragraph role="paragraph" 
id="par_id911573510871412"><emph>NewText</emph>: the text to be 
inserted.</paragraph>
     <embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
 
     <paragraph role="paragraph" 
id="par_id431573515742206"><input>=REPLACEB("ᄩᄔᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ";4;1;"ab")</input>
 returns "ᄩ abᄕᄜᄝᄞᄠᄢᄣᄫᄬᄭᄮᄯᄲᄶ" .</paragraph>
 
+    <tip id="par_id721626381053212">Refer to the <link 
href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPLACEB";
 name="REPLACEB_Wiki">REPLACEB</link> wiki page for more details about this 
function.</tip>
+      
     <section id="relatedtopics">
         <paragraph role="paragraph" localize="false" 
id="par_id171573510071709"><embedvar href="text/scalc/01/func_findb.xhp#findb" 
markup="ignore"/></paragraph>
         <paragraph role="paragraph" localize="false" 
id="par_id831573510098350"><embedvar 
href="text/scalc/01/func_searchb.xhp#searchb" markup="ignore"/></paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to