configure.ac                    |    2 +-
 xmloff/source/draw/eventimp.cxx |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 385e61ac0d1302a116f4613a61937da49309a9cd
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Wed May 22 02:27:09 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Wed May 22 02:27:09 2024 +0200

    Release 5.4.21
    
    Change-Id: I5d7fa38b65dc9b5e5e88531d70a470449de6549f

diff --git a/configure.ac b/configure.ac
index 68396bcb26c9..9730413c0a5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.4.20.0],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.4.21.0],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
commit 5c1216d83c01ac0153a0fc40e2e2267bebd440c3
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Wed Mar 27 17:07:20 2024 +0000
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Wed May 22 02:25:17 2024 +0200

    add notify for script use
    
    Change-Id: I84af197cec7755f6803a578e1e21c03966ad5f3e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165412
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx
index 38c3460df817..f90b4aa28552 100644
--- a/xmloff/source/draw/eventimp.cxx
+++ b/xmloff/source/draw/eventimp.cxx
@@ -244,6 +244,9 @@ SdXMLEventContext::SdXMLEventContext( SvXMLImport& rImp,  
sal_uInt16 nPrfx, cons
 
     if( mbValid )
         mbValid = !sEventName.isEmpty();
+
+    if (!msMacroName.isEmpty())
+        rImp.NotifyMacroEventRead();
 }
 
 SvXMLImportContext * SdXMLEventContext::CreateChildContext( sal_uInt16 
nPrefix, const OUString& rLocalName, const Reference< XAttributeList>& 
xAttrList )

Reply via email to