From d7a11bfd59babbe6fb88bd4076211fa6cec9f724 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sat, 7 Dec 2013 22:19:11 +0100 Subject: fix typo in example for TRIM function Change-Id: I4f543e290652e160e02e75e7e178a8647bc91f50 Reviewed-on: https://gerrit.libreoffice.org/6977 Reviewed-by: Andras Timar Tested-by: Andras Timar --- source/text/scalc/01/04060110.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Example - =TRIM(" hello world ") returns hello world without leading and trailing zeros and with single space between words. + =TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.
-- cgit