diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-05 08:58:36 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-04-05 08:58:36 -0500 |
commit | 54fe9a16bee3b3b4f16add8bea3bc64a2a575cba (patch) | |
tree | de8c48b76c91fb99f2ed58c8bb117210bdfb2f58 | |
parent | bf9c6c2a2b201e672b42bd36dcf08ce3e6601234 (diff) |
Minor string fixes
Change-Id: Ic7ff445fea3ce1e7369554b165e4ae2aa4cb6c1d
-rw-r--r-- | source/text/sbasic/shared/03/sf_base.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/02/01170000.xhp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03/sf_base.xhp b/source/text/sbasic/shared/03/sf_base.xhp index a619a53e14..ee0f5b2e80 100644 --- a/source/text/sbasic/shared/03/sf_base.xhp +++ b/source/text/sbasic/shared/03/sf_base.xhp @@ -137,7 +137,7 @@ <bookmark_value>Base service;FormDocuments</bookmark_value> </bookmark> <h2 id="hd_id841619035592745" localize="false">FormDocuments</h2> - <paragraph role="paragraph" id="par_id481619036833610">Returns an array with the full names (path/name) of all form documents in the Base document as an zero-based Array of strings.</paragraph> + <paragraph role="paragraph" id="par_id481619036833610">Returns an array with the full names (path/name) of all form documents in the Base document as a zero-based Array of strings.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id401623103182304"> <input>svc.FormDocuments(): str[0..*]</input> diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index c191c0baad..1af3b0140e 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -652,7 +652,7 @@ <paragraph role="paragraph" id="par_id93158919969856">Returns either the list with the names of all chart objects in a given sheet or a single <literal>Chart</literal> service instance.</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id371635438503202" role="listitem">If only <literal>sheetname</literal> is specified, an zero-based array of strings containing the names of all charts is returned.</paragraph> + <paragraph id="par_id371635438503202" role="listitem">If only <literal>sheetname</literal> is specified, a zero-based array of strings containing the names of all charts is returned.</paragraph> </listitem> <listitem> <paragraph id="par_id371635438509045" role="listitem">If a <literal>chartname</literal> is provided, then a single object corresponding to the desired chart is returned. The specified chart must exist.</paragraph> diff --git a/source/text/shared/02/01170000.xhp b/source/text/shared/02/01170000.xhp index 1cfbd43f2e..442bd3e0b0 100644 --- a/source/text/shared/02/01170000.xhp +++ b/source/text/shared/02/01170000.xhp @@ -76,7 +76,7 @@ </listitem> <listitem> <paragraph role="paragraph" id="par_idN10C4D" xml-lang="en-US">Then click in the document, and drag to create the control.</paragraph> - <tip id="par_idN10C50" xml-lang="en-US">To create a square control field, hold down the <keycode>Shift</keycode> key while you drag.</tip> + <tip id="par_idN10C50" xml-lang="en-US">To create a square control, hold down the <keycode>Shift</keycode> key while you drag.</tip> </listitem> </list> <tip id="par_id3154127" xml-lang="en-US">To add a field from the field list of a table or query to a form, drag a cell into the form. In a text document, you can also drag a column header to add a field to a form. To include a label for the field, hold down <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+<keycode>Shift</keycode> when you drag a column head.</tip> |