diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2013-12-07 22:13:00 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-08 07:49:27 +0000 |
commit | 5d5a01b22caf3c26d6a0f9e14b531246444c2e35 (patch) | |
tree | 514c8eeb8096f3e82476ea1c99d4502ee185ebf7 /source/text/scalc/01/04060110.xhp | |
parent | 29a6bcaa15745f3707a03b1a34ae1e89ded92749 (diff) |
fix typo in example for TRIM function
Change-Id: Id1bb170188f62d8f7d335d0797f2ffe027d16efe
Reviewed-on: https://gerrit.libreoffice.org/6976
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'source/text/scalc/01/04060110.xhp')
-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 4411f3e1d2..557fb7f43e 100644 --- a/source/text/scalc/01/04060110.xhp +++ b/source/text/scalc/01/04060110.xhp @@ -587,7 +587,7 @@ <paragraph xml-lang="en-US" id="hd_id3146838" role="heading" level="3" l10n="U" oldref="59">Example</paragraph> <paragraph xml-lang="en-US" id="par_id3156074" role="paragraph" l10n="U" oldref="60"> - <item type="input">=TRIM(" hello world ")</item> returns hello world without leading and trailing zeros and with single space between words.</paragraph> + <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"> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_UNICHAR" id="bm_id0907200904004674" localize="false"/> |