| commit | 28843c81a20ba5b64a47eedafaa6302fdb9a7bdd | [log] [tgz] |
|---|---|---|
| author | Caolán McNamara <caolan.mcnamara@collabora.com> | Wed Mar 27 17:07:20 2024 +0000 |
| committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | Thu May 30 00:03:29 2024 +0200 |
| tree | 8b7545d996b177bf5f18c340334328e45f5e1ed6 | |
| parent | 09907b3f0f8f4e932ee2c196fa166e9d8926bb22 [diff] |
add notify for script use Change-Id: I84af197cec7755f6803a578e1e21c03966ad5f3e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165411 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index 41f9cf6..6bedb96 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx
@@ -210,6 +210,9 @@ if( maData.mbValid ) maData.mbValid = !sEventName.isEmpty(); + + if (!maData.msMacroName.isEmpty()) + rImp.NotifyMacroEventRead(); } css::uno::Reference< css::xml::sax::XFastContextHandler > SdXMLEventContext::createFastChildContext(