[Libreoffice-commits] help.git: source/text

Alain Romedenne (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 24 17:27:18 UTC 2020


 source/text/sbasic/shared/01040000.xhp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a01ce79e9680bdda7cb4b214f46e474ee014927c
Author:     Alain Romedenne <LibreOfficiant at sfr.fr>
AuthorDate: Thu Sep 24 14:23:18 2020 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Sep 24 19:26:57 2020 +0200

    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 at libreoffice.org>

diff --git a/source/text/sbasic/shared/01040000.xhp b/source/text/sbasic/shared/01040000.xhp
index 87b04a6a5..2e6816f72 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>


More information about the Libreoffice-commits mailing list