diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2018-04-07 18:30:50 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-09 00:09:44 +0200 |
commit | 855ce08c6d82aaedd44b770a54003a10b13b33c6 (patch) | |
tree | 175a0301a00b85c19c8ff66b8fb17d4286dcf48f /source | |
parent | 7612e7931df82c40da6c2047e40f10792e54aff5 (diff) |
Fix typo in help
Double space in text.
Change-Id: I981556d796ab7b0fcc249c7c2a58b38899ebf635
Reviewed-on: https://gerrit.libreoffice.org/52557
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_webservice.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_webservice.xhp b/source/text/scalc/01/func_webservice.xhp index 5b1c45bf40..6c23fc89f0 100644 --- a/source/text/scalc/01/func_webservice.xhp +++ b/source/text/scalc/01/func_webservice.xhp @@ -55,7 +55,7 @@ <item type="code">ENCODEURL(Text)</item> <paragraph role="paragraph" id="par_id921517132924079" xml-lang="en-US"><emph>Text</emph>: String to encode to a sequence of URL-standard symbols.</paragraph> <paragraph role="heading" id="hd_id901517132933934" level="2" xml-lang="en-US">Example</paragraph> - <paragraph role="paragraph" id="par_id651517132994921" xml-lang="en-US">If cell A1 contains the cyrillic text "автомобиль", <item type="input">=ENCODEURL(A1)</item> returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word "автомобиль" means car in Russian).</paragraph> + <paragraph role="paragraph" id="par_id651517132994921" xml-lang="en-US">If cell A1 contains the Cyrillic text "автомобиль", <item type="input">=ENCODEURL(A1)</item> returns %D0%B0%D0%B2%D1%82%D0%BE%D0%BC%D0%BE%D0%B1%D0%B8%D0%BB%D1%8C (the word "автомобиль" means car in Russian).</paragraph> <paragraph role="paragraph" id="par_id991517133057478" xml-lang="en-US">If cell B1 contains the text "車", <item type="input">=ENCODEURL(B1)</item> returns %E8%BB%8A ("車" means car in Japanese).</paragraph> </section> </body> |