summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/guide
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-06-26 14:31:39 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2017-06-26 14:31:39 -0500
commitbb320c4e73967aff4b1b92c46c82a5dc5bdd8d3f (patch)
tree04ddb6ea75a192f0caca25fcb2003b3135ef1584 /source/text/sbasic/guide
parentHelp-in-browser (v) (diff)
downloadhelp-bb320c4e73967aff4b1b92c46c82a5dc5bdd8d3f.tar.gz
help-bb320c4e73967aff4b1b92c46c82a5dc5bdd8d3f.zip
Expand some useless “MS” abbreviations to “Microsoft”
Abbreviations should be used only when we lack space (e.g., in UI), but there’s plenty of it here Change-Id: Ib0ac97b2003ca96e4bc286a1a1436bda0f81bd8a
Diffstat (limited to 'source/text/sbasic/guide')
-rw-r--r--source/text/sbasic/guide/access2base.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/guide/access2base.xhp b/source/text/sbasic/guide/access2base.xhp
index b0ed3ae09a..d94e0c3d9c 100644
--- a/source/text/sbasic/guide/access2base.xhp
+++ b/source/text/sbasic/guide/access2base.xhp
@@ -46,13 +46,13 @@
<paragraph role="heading" id="hd_idA2B008" xml-lang="en-US" level="2">The implemented macros include:</paragraph>
<list type="ordered" format="1">
<listitem>
- <paragraph role="listitem" id="par_idA2B009" xml-lang="en-US">a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the MSAccess object model</paragraph>
+ <paragraph role="listitem" id="par_idA2B009" xml-lang="en-US">a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the Microsoft Access object model</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_idA2B010" xml-lang="en-US">an API for database access with the <emph>table</emph>, <emph>query</emph>, <emph>recordset</emph> and <emph>field</emph> objects</paragraph>
</listitem>
<listitem>
- <paragraph role="listitem" id="par_idA2B011" xml-lang="en-US">a number of <emph>actions</emph> with a syntax identical to their corresponding MSAccess macros/actions</paragraph>
+ <paragraph role="listitem" id="par_idA2B011" xml-lang="en-US">a number of <emph>actions</emph> with a syntax identical to their corresponding Microsoft Access macros/actions</paragraph>
</listitem>
<listitem>
<paragraph role="listitem" id="par_idA2B012" xml-lang="en-US">the <emph>DLookup</emph>, <emph>DSum</emph>, ... database functions</paragraph>
@@ -73,7 +73,7 @@
<paragraph role="listitem" id="par_idA2B017" xml-lang="en-US">the support of both embedded forms and standalone (Writer) forms</paragraph>
</listitem>
</list>
- <paragraph role="heading" id="hd_idA2B018" xml-lang="en-US" level="2">Compare Access2Base with MSAccess VBA</paragraph>
+ <paragraph role="heading" id="hd_idA2B018" xml-lang="en-US" level="2">Compare Access2Base with Microsoft Access VBA</paragraph>
<bascode>
<paragraph role="bascode" id="hd_idA2B019" xml-lang="en-US" localize="false">REM Open a form ... </paragraph>
<paragraph role="bascode" id="hd_idA2B020" xml-lang="en-US" localize="false"> OpenForm("myForm") </paragraph>