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

New commits:
commit 28843c81a20ba5b64a47eedafaa6302fdb9a7bdd
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: Thu May 30 00:03:29 2024 +0200

    add notify for script use
    
    Change-Id: I84af197cec7755f6803a578e1e21c03966ad5f3e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165411
    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 41f9cf69a2e6..6bedb961191f 100644
--- a/xmloff/source/draw/eventimp.cxx
+++ b/xmloff/source/draw/eventimp.cxx
@@ -210,6 +210,9 @@ SdXMLEventContext::SdXMLEventContext( SvXMLImport& rImp,
 
     if( maData.mbValid )
         maData.mbValid = !sEventName.isEmpty();
+
+    if (!maData.msMacroName.isEmpty())
+        rImp.NotifyMacroEventRead();
 }
 
 css::uno::Reference< css::xml::sax::XFastContextHandler > 
SdXMLEventContext::createFastChildContext(
commit 09907b3f0f8f4e932ee2c196fa166e9d8926bb22
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Wed May 29 22:40:14 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Wed May 29 22:40:14 2024 +0200

    Release version 7.3.7.7
    
    Change-Id: Id537e2ec85c07079b3e32ed9ffc76aaba6c0689f

diff --git a/configure.ac b/configure.ac
index 8c14d2d183c7..f23d4fab0d2c 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],[7.3.7.6],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[7.3.7.7],[],[],[http://documentfoundation.org/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard

Reply via email to