diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-06 12:09:54 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-06 12:18:00 +0100 |
commit | 8e718f78ec456aa228240da579780391b51e8d9a (patch) | |
tree | a53687e2f3cc0d75235035c4ae539439b754a822 | |
parent | 4c0b3129e36d461f4d93ba924075cf6ec3e7ded1 (diff) |
Fix typo
Change-Id: Id8405664e2045529826ba634986c414db742cc3b
Reviewed-on: https://gerrit.libreoffice.org/64702
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | source/text/sbasic/shared/03/lib_tools.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/lib_tools.xhp b/source/text/sbasic/shared/03/lib_tools.xhp index 716e29cc3c..6891030187 100644 --- a/source/text/sbasic/shared/03/lib_tools.xhp +++ b/source/text/sbasic/shared/03/lib_tools.xhp @@ -291,7 +291,7 @@ <paragraph id="par_id771529007007439" role="bascode" xml-lang="en-US" localize="false">OpenDocument</paragraph> </tablecell> <tablecell> - <paragraph role="tablecontent" id="par_id821529007072253" localize="false" xml-lang="en-US">' 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="tablecontent" id="par_id821529007072253" localize="false" xml-lang="en-US">' 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 the returned document should not be disposed afterwards, because it is already opened.</paragraph> <bascode> <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> |