source/text/sbasic/shared/03/sf_ui.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2dabe39b5600714274285d364cd0600bc7662267 Author: flywire <flywi...@gmail.com> AuthorDate: Sun Feb 20 21:54:53 2022 +0100 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Mon Feb 21 17:49:51 2022 +0100 Tweak ScriptForge GetDocument description to explicitly explain document must be open Change-Id: I9c2429de9114ed843215252803fa0118c113e41a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/130162 Tested-by: Jenkins Reviewed-by: Alain Romedenne diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp index dadd8a3a8..30037104c 100644 --- a/source/text/sbasic/shared/03/sf_ui.xhp +++ b/source/text/sbasic/shared/03/sf_ui.xhp @@ -329,7 +329,7 @@ <bookmark_value>UI service;GetDocument</bookmark_value> </bookmark> <h2 id="hd_id171588520551515" localize="false">GetDocument</h2> - <paragraph role="paragraph" id="par_id201588520551463">Returns a document object referring to either the active window, a given window or the active document.</paragraph> + <paragraph role="paragraph" id="par_id201588520551463">Returns an open document object referring to either the active window, a given window or the active document.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_id811620320778478"> <input>svc.GetDocument(windowname: str = ''): svc</input></paragraph> <paragraph role="paragraph" localize="false" id="par_id251624026292796"><input>svc.GetDocument(windowname: uno): svc</input></paragraph>