projects
/
libreoffice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e314a43
)
add notify for script use
author
Caolán McNamara
<caolan.mcnamara@collabora.com>
Wed, 27 Mar 2024 17:07:20 +0000
(17:07 +0000)
committer
Rene Engelhard
<rene@debian.org>
Tue, 18 Mar 2025 17:53:50 +0000
(18:53 +0100)
Change-Id: I84af197cec7755f6803a578e1e21c03966ad5f3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165412
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Gbp-Pq: Name add-notify-for-script-use.diff
xmloff/source/draw/eventimp.cxx
patch
|
blob
|
history
diff --git
a/xmloff/source/draw/eventimp.cxx
b/xmloff/source/draw/eventimp.cxx
index 29fc94fda272a9bc17010490bdabee42c30e36c2..3461b4495ff8b469bf5c96b3f3ad62d69bce8ca1 100644
(file)
--- a/
xmloff/source/draw/eventimp.cxx
+++ b/
xmloff/source/draw/eventimp.cxx
@@
-211,6
+211,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(