[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Fri May 7 16:13:35 UTC 2021


 source/text/sbasic/shared/01020100.xhp         |    8 ++++----
 source/text/sbasic/shared/03010101.xhp         |    4 ++--
 source/text/sbasic/shared/03010201.xhp         |    4 ++--
 source/text/sbasic/shared/03030110.xhp         |    2 +-
 source/text/sbasic/shared/03120301.xhp         |    2 +-
 source/text/shared/01/06050500.xhp             |    4 ++--
 source/text/shared/06/optionen_screenshots.xhp |    2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit f928f353880c4b327765902d5d130496fef0158a
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri May 7 15:47:58 2021 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri May 7 18:13:11 2021 +0200

    fixes in help pages
    
    Change-Id: I42107565a6aa22b97d5dbfa8a026ed8ee4b8a2e0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115205
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/01020100.xhp b/source/text/sbasic/shared/01020100.xhp
index 498c8b139..e4c13acce 100644
--- a/source/text/sbasic/shared/01020100.xhp
+++ b/source/text/sbasic/shared/01020100.xhp
@@ -191,16 +191,16 @@
 <paragraph role="paragraph" id="par_id151616083357363">Date literals allow to specify unambiguous date variables that are independent from the current language. Literals are enclosed between hash signs <literal>#</literal>. Possible formats are:</paragraph>
 <list type="unordered">
     <listitem>
-        <paragraph id="par_id41616083766108" role="listitem">#<literal>yyyy-mm-dd</literal>#</paragraph>
+        <paragraph id="par_id41616083766108" role="listitem" localize="false"><literal>#yyyy-mm-dd#</literal></paragraph>
     </listitem>
     <listitem>
-        <paragraph id="par_id271616083874773" role="listitem"><literal>#mm/dd/yyyy#</literal></paragraph>
+        <paragraph id="par_id271616083874773" role="listitem" localize="false"><literal>#mm/dd/yyyy#</literal></paragraph>
     </listitem>
 </list>
 </section>
 <bascode>
-  <paragraph role="bascode" id="bas_id201616314705492">zeroDay = #12/30/1899#</paragraph>
-  <paragraph role="bascode" id="bas_id616163714705267">dob = #2010-09-28#</paragraph>
+  <paragraph role="bascode" id="bas_id201616314705492" localize="false">zeroDay = #12/30/1899#</paragraph>
+  <paragraph role="bascode" id="bas_id616163714705267" localize="false">dob = #2010-09-28#</paragraph>
 </bascode>
 
 <bookmark xml-lang="en-US" branch="index" id="bm_id601619552599885">
diff --git a/source/text/sbasic/shared/03010101.xhp b/source/text/sbasic/shared/03010101.xhp
index 02fd4e041..e74189f00 100644
--- a/source/text/sbasic/shared/03010101.xhp
+++ b/source/text/sbasic/shared/03010101.xhp
@@ -37,7 +37,7 @@
 
 <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
 <bascode>
-<paragraph id="par_id3148664" role="bascode" localize="false">MsgBox Prompt As String [,Buttons = MB_OK [,Title As String]]</paragraph>
+<paragraph id="par_id3148664" role="bascode" localize="false">MsgBox prompt As String [,buttons = MB_OK [,title As String]]</paragraph>
 </bascode>
 
 <section id="MsgBox_statement">
@@ -45,7 +45,7 @@
 <section id="parameters">
 <paragraph id="par_id3148798" role="paragraph" xml-lang="en-US"> <emph>prompt</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13).</paragraph>
 <paragraph id="par_id3150769" role="paragraph" xml-lang="en-US"> <emph>title</emph>: String expression displayed in the title bar of the dialog. If omitted, the title bar displays the name of the respective application.</paragraph>
-<paragraph id="par_id3147228" role="paragraph" xml-lang="en-US"> <emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>Buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:</paragraph>
+<paragraph id="par_id3147228" role="paragraph" xml-lang="en-US"> <emph>buttons</emph>: Any integer expression that specifies the dialog type, as well as the number and type of buttons to display, and the icon type. <emph>buttons</emph> represents a combination of bit patterns, that is, a combination of elements can be defined by adding their respective values:</paragraph>
 </section>
 
 <table id="tbl_051220170220345412">
diff --git a/source/text/sbasic/shared/03010201.xhp b/source/text/sbasic/shared/03010201.xhp
index 84ac21c5e..7ec67099c 100644
--- a/source/text/sbasic/shared/03010201.xhp
+++ b/source/text/sbasic/shared/03010201.xhp
@@ -40,7 +40,7 @@
 
 <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
 <bascode>
-<paragraph id="par_id3159201" role="bascode" localize="false">InputBox (Prompt As String[, Title As String[, Default As String[, xPosTwips As Integer, yPosTwips As Integer]]]) As String</paragraph>
+<paragraph id="par_id3159201" role="bascode" localize="false">InputBox (Prompt As String[, Title As String[, Default As String[, xpostwips As Integer, ypostwips As Integer]]]) As String</paragraph>
 </bascode>
 
 <embed href="text/sbasic/shared/00000003.xhp#functparameters"/>
@@ -50,7 +50,7 @@
 <paragraph id="par_id3154307" role="paragraph" xml-lang="en-US"> <emph>default</emph>: String expression displayed in the text box as default if no other input is given.</paragraph>
 <paragraph id="par_id3147573" role="paragraph" xml-lang="en-US"> <emph>xpostwips</emph>: Integer expression that specifies the horizontal position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application.</paragraph>
 <paragraph id="par_id3156024" role="paragraph" xml-lang="en-US"> <emph>ypostwips</emph>: Integer expression that specifies the vertical position of the dialog. The position is an absolute coordinate and does not refer to the window of the office application.</paragraph>
-<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>yPosTwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips" name="twips">twips</link>.</paragraph>
+<paragraph id="par_id3153897" role="paragraph" xml-lang="en-US">If <literal>xpostwips</literal> and <literal>ypostwips</literal> are omitted, the dialog is centered on the screen. The position is specified in <link href="text/sbasic/shared/00000002.xhp#twips" name="twips">twips</link>.</paragraph>
 </section>
 
 <embed href="text/sbasic/shared/00000003.xhp#functvalue"/>
diff --git a/source/text/sbasic/shared/03030110.xhp b/source/text/sbasic/shared/03030110.xhp
index edd12653f..f8768bd70 100644
--- a/source/text/sbasic/shared/03030110.xhp
+++ b/source/text/sbasic/shared/03030110.xhp
@@ -143,7 +143,7 @@
 </table>
 
 </section>
-<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US"><emph>number</emph> - A numerical expression specifying how often the <literal>interval</literal> value will be added when positive or subtracted when negative.</paragraph>
+<paragraph id="par_idN106C1" role="paragraph" xml-lang="en-US"><emph>number</emph> - A numerical expression specifying how many times the <literal>interval</literal> value will be added when positive or subtracted when negative.</paragraph>
 <paragraph id="par_idN106C4" role="paragraph" xml-lang="en-US"><emph>date</emph> - A given date or the name of a Variant variable containing a date. The <literal>interval</literal> value will be added <literal>number</literal> times to this date.</paragraph>
 <embed href="text/sbasic/shared/01020100.xhp#DateLiterals"/>
 
diff --git a/source/text/sbasic/shared/03120301.xhp b/source/text/sbasic/shared/03120301.xhp
index 507fd78ec..48f9e0b85 100644
--- a/source/text/sbasic/shared/03120301.xhp
+++ b/source/text/sbasic/shared/03120301.xhp
@@ -73,7 +73,7 @@
 <paragraph id="par_id3153366" role="paragraph" xml-lang="en-US">Characters in the <literal>format</literal> code that have a special meaning can only be displayed as literal characters if they are preceded by a backslash. The backslash itself is not displayed, unless you enter a double backslash (\\) in the format code.</paragraph>
 <paragraph id="par_id3155411" role="paragraph" xml-lang="en-US">Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !).</paragraph>
 <paragraph id="par_id3145749" role="paragraph" xml-lang="en-US">You can also use the following predefined number formats. Except for <literal>"General Number"</literal>, all of the predefined format codes return the number as a decimal number with two decimal places.</paragraph>
-<paragraph id="par_id3150113" role="paragraph" xml-lang="en-US">If you use predefined formats, the name of the <literal>format</literal> must be enclosed in quotation marks.</paragraph>
+<paragraph id="par_id3150113" role="paragraph" xml-lang="en-US">If you use predefined formats, the name of the format must be enclosed in quotation marks.</paragraph>
 </section>
 
 <h2 id="hd_id3149377">Predefined format</h2>
diff --git a/source/text/shared/01/06050500.xhp b/source/text/shared/01/06050500.xhp
index 6bc831509..25460f675 100644
--- a/source/text/shared/01/06050500.xhp
+++ b/source/text/shared/01/06050500.xhp
@@ -132,7 +132,7 @@
                <paragraph xml-lang="en-US" id="par_id3153062" role="paragraph">Bullet</paragraph>
             </tablecell>
             <tablecell>
-               <paragraph xml-lang="en-US" id="par_id3145085" role="paragraph">Adds a bullet to the beginning of a line. Select this option, and then use the <emph>Character style</emph> drop-down menu to choose a bullet type.</paragraph>
+               <paragraph xml-lang="en-US" id="par_id3145085" role="paragraph">Adds a character bullet to the beginning of a line. Select this option, use the <emph>Character style</emph> drop-down menu to choose the bullet character style, and then press the <emph>Select</emph> button to open the Special Characters dialog to choose the bullet character.</paragraph>
                <paragraph xml-lang="en-US" id="par_id3154758" role="paragraph"><switchinline select="appl"><caseinline select="WRITER">Bullets are resized to fit the current line height. If you want, you can define a Character Style that uses a different font size for bullets.
 </caseinline></switchinline></paragraph>
             </tablecell>
@@ -182,7 +182,7 @@
       <paragraph xml-lang="en-US" id="par_id3150393" role="paragraph"><ahelp hid="cui/ui/numberingoptionspage/prefix">Enter a character or the text to display in front of the number in the list.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/suffix" id="bm_id3152933" localize="false"/>
 <h3 xml-lang="en-US" id="hd_id3153968">After</h3>
-      <paragraph xml-lang="en-US" id="par_id3150288" role="paragraph"><ahelp hid="cui/ui/numberingoptionspage/suffix">Enter a character or the text to display behind the number in the list. If you want to create a ordered list that uses the style "1.)", enter ".)" in this box.</ahelp></paragraph>
+      <paragraph xml-lang="en-US" id="par_id3150288" role="paragraph"><ahelp hid="cui/ui/numberingoptionspage/suffix">Enter a character or the text to display behind the number in the list. If you want to create an ordered list that uses the style "1.)", enter ".)" in this box.</ahelp></paragraph>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/numberingoptionspage/color" id="bm_id3153726" localize="false"/>
 <h3 xml-lang="en-US" id="hd_id3145114"><switchinline select="appl"><caseinline select="IMPRESS">Color
 </caseinline><caseinline select="DRAW">Color
diff --git a/source/text/shared/06/optionen_screenshots.xhp b/source/text/shared/06/optionen_screenshots.xhp
index cc547d030..2d280db38 100644
--- a/source/text/shared/06/optionen_screenshots.xhp
+++ b/source/text/shared/06/optionen_screenshots.xhp
@@ -11,7 +11,7 @@
 
     <meta>
         <topic id="optionenscreeshotsembed" indexer="include" status="PUBLISH">
-            <title id="tit" xml-lang="en-US">Optionen Screenshots</title>
+            <title id="tit" xml-lang="en-US">Options Screenshots</title>
             <filename>/text/shared/06/optionen_screenshots.xhp</filename>
         </topic>
     </meta>


More information about the Libreoffice-commits mailing list