summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-06-17 19:09:20 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-06-18 08:40:03 +0200
commitdb7e4d09bb07a0f35ee09a8c27eba667d98be772 (patch)
treedea7aebc2b69ed02704f0552ae70aeabd9305447
parent440983e0b533a2f447dbcc49521812dd5fa03ec7 (diff)
Fix typos
Change-Id: Idf4ffe077bd71dc8170a20df93d714e581ef02b2 Reviewed-on: https://gerrit.libreoffice.org/55963 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit bedb482f8d914e9319c711df1c665e636fd856be) Reviewed-on: https://gerrit.libreoffice.org/55980 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--source/text/sbasic/shared/03/lib_tools.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp
index 07d5f5f649..b5620aa289 100644
--- a/source/text/sbasic/shared/03/lib_tools.xhp
+++ b/source/text/sbasic/shared/03/lib_tools.xhp
@@ -185,7 +185,7 @@
</bookmark>
<section id="misc_module">
<paragraph role="heading" id="hd_id341529005758494" level="2" xml-lang="en-US"><item type="literal">Misc</item> Module</paragraph>
- <paragraph role="paragraph" id="par_id681529064596175" xml-lang="en-US">Miscelaneous functions and subroutines.</paragraph>
+ <paragraph role="paragraph" id="par_id681529064596175" xml-lang="en-US">Miscellaneous functions and subroutines.</paragraph>
<table id="tab_id981529006338185">
<tablerow>
<tablecell>
@@ -253,7 +253,7 @@
<paragraph id="par_id771529007007439" role="bascode" xml-lang="en-US" localize="false">OpenDocument</paragraph>
</tablecell>
<tablecell>
- <paragraph role="tablecontent" id="par_id821529007072253" xml-lang="en-US">&apos; Opens a Document, checks beforehand, wether it has to be loaded or wether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened.</paragraph>
+ <paragraph role="tablecontent" id="par_id821529007072253" xml-lang="en-US">&apos; Opens a Document, checks beforehand, whether it has to be loaded or whether it is already on the desktop. If the parameter bDisposable is set to False then then returned document should not be disposed afterwards, because it is already opened.</paragraph>
<paragraph role="bascode" id="par_id991529007104165" xml-lang="en-US" localize="false">Function OpenDocument(</paragraph>
<paragraph role="bascode" id="par_id191529007110562" xml-lang="en-US" localize="false">DocPath as String, </paragraph>
<paragraph role="bascode" id="par_id851529007118783" xml-lang="en-US" localize="false">Args(), </paragraph>
@@ -1042,7 +1042,7 @@
<paragraph id="par_id061420180708325766" role="bascode" localize="false" xml-lang="en-US">StringInMultiArray</paragraph>
</tablecell>
<tablecell>
- <paragraph id="par_id061420180708328772" role="tablecontent" localize="false" xml-lang="en-US">' Searches for a String in a two-dimensional Array by querying all Searchindexex of the second dimension </paragraph>
+ <paragraph id="par_id061420180708328772" role="tablecontent" localize="false" xml-lang="en-US">' Searches for a String in a two-dimensional Array by querying all Searchindexes of the second dimension </paragraph>
<paragraph id="par_id061420180708324136" role="tablecontent" localize="false" xml-lang="en-US">' and delivers the specific String of the ReturnIndex in the second dimension of the Searchlist()</paragraph>
<paragraph id="par_id061420180708326799" role="bascode" localize="false" xml-lang="en-US">Function StringInMultiArray(</paragraph>
<paragraph id="par_id061420180708324098" role="bascode" localize="false" xml-lang="en-US">SearchList(), </paragraph>