From 8e718f78ec456aa228240da579780391b51e8d9a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 6 Dec 2018 12:09:54 +0100 Subject: Fix typo Change-Id: Id8405664e2045529826ba634986c414db742cc3b Reviewed-on: https://gerrit.libreoffice.org/64702 Tested-by: Jenkins Reviewed-by: Julien Nabet --- source/text/sbasic/shared/03/lib_tools.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ OpenDocument - ' 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. + ' 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. Function OpenDocument( DocPath as String, -- cgit