diff options
author | Alain Romedenne <LibreOfficiant@sfr.fr> | 2020-09-24 14:23:18 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-24 19:26:57 +0200 |
commit | a01ce79e9680bdda7cb4b214f46e474ee014927c (patch) | |
tree | e77117df04458df83811247f59e6beb9bf7b6b0d | |
parent | 4f0ba68d9b95c51ae73b1d1c9d18055edab9c56d (diff) |
correct typo + extra API ref
Change-Id: I5bb3e3f43680a82eab4adc3e1879d70120fe11e9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103325
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/01040000.xhp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp index 87b04a6a57..2e6816f727 100644 --- a/source/text/sbasic/shared/01040000.xhp +++ b/source/text/sbasic/shared/01040000.xhp @@ -33,6 +33,7 @@ <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>documents; events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value> + <bookmark_value>API; XDocumentEventListener</bookmark_value> </bookmark> <h1 id="hd_id3147348"><link href="text/sbasic/shared/01040000.xhp" name="Event-Driven Macros">Document Event-Driven Macros</link></h1> <paragraph id="par_id3146120" role="paragraph">This section describes how to assign scripts to application, document or form events.</paragraph> @@ -193,7 +194,7 @@ <tablerow> <tablecell><paragraph id="par_id641700180131445" role="tablecontent">Closed a sub component</paragraph></tablecell> <tablecell><paragraph id="par_id701600290122852" role="tablecontent">...after a database form has been closed.</paragraph></tablecell> - <tablecell><paragraph id="par_id751610179842448" role="tablecontent" localize="false"><literal>OnSubComponentCloseded</literal></paragraph></tablecell> + <tablecell><paragraph id="par_id751610179842448" role="tablecontent" localize="false"><literal>OnSubComponentClosed</literal></paragraph></tablecell> </tablerow> <tablerow> <tablecell><paragraph id="par_id421600097736759" role="tablecontent">Printing of form letters started</paragraph></tablecell> |