source/text/sbasic/shared/03/sf_base.xhp |    2 +-
 source/text/sbasic/shared/03/sf_calc.xhp |    2 +-
 source/text/shared/02/01170000.xhp       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 54fe9a16bee3b3b4f16add8bea3bc64a2a575cba
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Tue Apr 5 08:58:36 2022 -0500
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Tue Apr 5 08:58:36 2022 -0500

    Minor string fixes
    
    Change-Id: Ic7ff445fea3ce1e7369554b165e4ae2aa4cb6c1d

diff --git a/source/text/sbasic/shared/03/sf_base.xhp 
b/source/text/sbasic/shared/03/sf_base.xhp
index a619a53e1..ee0f5b2e8 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 c191c0baa..1af3b0140 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 1cfbd43f2..442bd3e0b 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>

Reply via email to