diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-10-24 09:27:31 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-10-24 13:45:36 +0200 |
commit | 44e33e6ecb66325b0f24218447172eb3e84e6be7 (patch) | |
tree | 2145d5e4eb34933d3dccddb82569b8da50295148 /source/text | |
parent | e32165db6ecfe233f561da74843ffef9af3e2135 (diff) |
Better example of TRIM()
After translator suggestion (mbalabanov)
Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8
Reviewed-on: https://gerrit.libreoffice.org/43762
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/04060110.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060110.xhp b/source/text/scalc/01/04060110.xhp index 73ad9b079a..0739886a1b 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -697,7 +697,7 @@ <paragraph id="par_id3151362" role="paragraph" xml-lang="en-US"> <emph>Text</emph> refers to text in which spaces are to be removed.</paragraph> <paragraph id="hd_id3146838" role="heading" level="3" xml-lang="en-US">Example</paragraph> -<paragraph id="par_id3156074" role="paragraph" xml-lang="en-US"> <item type="input">=TRIM(" hello world ")</item> returns hello world without leading and trailing spaces and with single space between words.</paragraph> +<paragraph id="par_id3156074" role="paragraph" xml-lang="en-US"> <item type="input">=TRIM(" hello world ")</item> returns hello world without leading and trailing spaces and with single space between words.</paragraph> </section> <section id="unichar"> |