[Libreoffice-commits] help.git: 3 commits - source/text
Sophia Schröder
sophia.schroeder at libreoffice.org
Sun Apr 8 22:09:51 UTC 2018
source/text/scalc/01/func_roundsig.xhp | 8 ++++----
source/text/scalc/01/func_webservice.xhp | 2 +-
source/text/shared/00/00000406.xhp | 4 +---
3 files changed, 6 insertions(+), 8 deletions(-)
New commits:
commit 855ce08c6d82aaedd44b770a54003a10b13b33c6
Author: Sophia Schröder <sophia.schroeder at libreoffice.org>
Date: Sat Apr 7 18:30:50 2018 +0100
Fix typo in help
Double space in text.
Change-Id: I981556d796ab7b0fcc249c7c2a58b38899ebf635
Reviewed-on: https://gerrit.libreoffice.org/52557
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/source/text/scalc/01/func_webservice.xhp b/source/text/scalc/01/func_webservice.xhp
index 5b1c45bf4..6c23fc89f 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>
commit 7612e7931df82c40da6c2047e40f10792e54aff5
Author: Sophia Schröder <sophia.schroeder at libreoffice.org>
Date: Sat Apr 7 12:46:17 2018 +0100
scalc: cleanup markup and whitespace
Change-Id: I5de820f3ce4d12bf4e3aca7846c7edd33fe1616f
Reviewed-on: https://gerrit.libreoffice.org/52538
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/source/text/scalc/01/func_roundsig.xhp b/source/text/scalc/01/func_roundsig.xhp
index 574db4cf5..5e89a9762 100644
--- a/source/text/scalc/01/func_roundsig.xhp
+++ b/source/text/scalc/01/func_roundsig.xhp
@@ -32,10 +32,10 @@
<embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
- <paragraph role="paragraph" id="par_id691519155470333" xml-lang="en-US"><item type="input">=ROUNDSIG(123.456789; 5)</item> returns 123.46.</paragraph>
- <paragraph role="paragraph" id="par_id821519155475673" xml-lang="en-US"><item type="input">=ROUNDSIG(0.000123456789; 5)</item> returns 1.2346E-4</paragraph>
- <paragraph role="paragraph" id="par_id381519155481234" xml-lang="en-US"><item type="input">=ROUNDSIG(123456789012345; 2)</item> returns 1.2E13</paragraph>
- <paragraph role="paragraph" id="par_id231519155486155" xml-lang="en-US"><item type="input">=ROUNDSIG(123456789; 4)</item> returns 123500000 or 123.5E6</paragraph>
+ <paragraph role="paragraph" id="par_id691519155470333" xml-lang="en-US"><item type="input">=ROUNDSIG(123.456789; 5)</item> returns 123.46.</paragraph>
+ <paragraph role="paragraph" id="par_id821519155475673" xml-lang="en-US"><item type="input">=ROUNDSIG(0.000123456789; 5)</item> returns 1.2346E-4</paragraph>
+ <paragraph role="paragraph" id="par_id381519155481234" xml-lang="en-US"><item type="input">=ROUNDSIG(123456789012345; 2)</item> returns 1.2E13</paragraph>
+ <paragraph role="paragraph" id="par_id231519155486155" xml-lang="en-US"><item type="input">=ROUNDSIG(123456789; 4)</item> returns 123500000 or 123.5E6</paragraph>
<section id="relatedtopics">
<paragraph role="paragraph" id="par_id51519156941987" xml-lang="en-US">See also <link href="text/scalc/01/04060106.xhp#Section21" name="ROUND function">ROUND</link>, <link href="text/scalc/01/04060106.xhp#Section7" name="MROUND function">MROUND</link>, <link href="text/scalc/01/04060106.xhp#Section19" name="ROUNDUP function">ROUNDUP</link>, <link href="text/scalc/01/04060106.xhp#Section20" name="ROUNDDOWN function">ROUNDDOWN</link>.</paragraph>
</section>
commit 598c9b7c8be452aa36ea0187ac4e9839a0aa5384
Author: Sophia Schröder <sophia.schroeder at libreoffice.org>
Date: Sat Apr 7 19:09:51 2018 +0100
Fix typos in help
Remove whitespaces
Change-Id: I53502e9c09206964134ab2b453dfa7c8d1023f77
Reviewed-on: https://gerrit.libreoffice.org/52559
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/source/text/shared/00/00000406.xhp b/source/text/shared/00/00000406.xhp
index 72ca906f0..edfdbb1b3 100644
--- a/source/text/shared/00/00000406.xhp
+++ b/source/text/shared/00/00000406.xhp
@@ -19,7 +19,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<meta>
<topic id="textshared0000000406xml" indexer="exclude">
<title id="tit" xml-lang="en-US">Tools Menu</title>
@@ -35,8 +34,7 @@
<tablerow>
<tablecell>
<paragraph role="paragraph" id="par_id3153323" xml-lang="en-US">
-<image id="img_id3154894" src="cmd/sc_gallery.png" width="0.1665in" height="0.1665in"><alt id="alt_id3154894" xml-lang="en-US">Icon</alt>
- </image></paragraph>
+<image id="img_id3154894" src="cmd/sc_gallery.png" width="0.1665in" height="0.1665in"><alt id="alt_id3154894" xml-lang="en-US">Icon</alt></image></paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3153551" role="paragraph">Gallery</paragraph>
More information about the Libreoffice-commits
mailing list