diff options
author | flywire <flywire0@gmail.com> | 2022-02-20 21:54:53 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-02-21 17:49:51 +0100 |
commit | 2dabe39b5600714274285d364cd0600bc7662267 (patch) | |
tree | 8928da8d7d8434160f0b02694af5f60f0c474e35 /source/text/sbasic | |
parent | f43f4bbd7d4cdfa714d2ac56b099199eafd846a6 (diff) |
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
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/03/sf_ui.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp index dadd8a3a82..30037104ce 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> |