From 21fb426a7984c4a617dd3fb98db1f44def6a0323 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Sat, 2 Nov 2019 16:13:23 +0200 Subject: typo + faulty link Change-Id: Ic6fcb2e820f4ff5a8adfcbbed9166afc5635f36b Reviewed-on: https://gerrit.libreoffice.org/81933 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03131900.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/sbasic/shared/03131900.xhp b/source/text/sbasic/shared/03131900.xhp index 9193b91849..a91107a43d 100644 --- a/source/text/sbasic/shared/03131900.xhp +++ b/source/text/sbasic/shared/03131900.xhp @@ -48,10 +48,10 @@

In Basic:

Basic libraries and modules can be managed with the BasicLibraries object. Libraries can be searched, explored and loaded on request. Monitoring Documents Events illustrates %PRODUCTNAME library loading.

In dialogs:

-Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs. +Dialog libraries and dialogs can be managed with the DialogLibraries object. Opening a Dialog With Basic illustrates how to display %PRODUCTNAME shared dialogs. BasicLibraries and DialogLibraries containers exist at application level and within every document. Document's library containers do not need the GlobalScope specifier to be managed. If you want to call a global library container (located in %PRODUCTNAME Macros or My Macros) from within a document, you must use the GlobalScope specifier. -GlobalScope keyword +GlobalScope specifier Example in the document Basic -- cgit