diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2021-07-15 22:37:01 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-07-15 23:06:51 +0200 |
commit | 435e1e0e429e9d743cf11d08cb10f9f25b83e3b3 (patch) | |
tree | c8392811fc2805b64362292e5ec0b018d5149d76 /source/text/scalc/01/04060110.xhp | |
parent | 11c68842e216735f261fd065750a91ba98b42be1 (diff) |
Delete erroneous statement from help description of Calc's REPT function.
Change-Id: I5958f787798d309a7896ac47e1caa5eeeefbef96
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/118926
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/01/04060110.xhp')
-rw-r--r-- | source/text/scalc/01/04060110.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index cee63d9d76..55a130d203 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -565,11 +565,11 @@ <paragraph id="par_id3150494" role="code" xml-lang="en-US">REPT("Text"; Number)</paragraph> <paragraph id="par_id3154859" role="paragraph" xml-lang="en-US"> <emph>Text</emph> is the text to be repeated.</paragraph> <paragraph id="par_id3150638" role="paragraph" xml-lang="en-US"> <emph>Number</emph> is the number of repetitions.</paragraph> -<paragraph id="par_id3149922" role="paragraph" xml-lang="en-US">The result can be a maximum of 255 characters.</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3148626" role="paragraph" xml-lang="en-US"> <item type="input">=REPT("Good morning";2)</item> returns Good morningGood morning.</paragraph> -</section> + +<tip id="par_id381626381556310">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/REPT" name="REPT_Wiki">REPT</link> wiki page for more details about this function.</tip></section> <section id="right"> <bookmark xml-lang="en-US" branch="index" id="bm_id3149805"> |