diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-19 07:21:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-19 09:27:11 +0200 |
commit | b7e7fee238dc250e7ab6e8e8fef4a6b15430c90c (patch) | |
tree | 9454cdf6a0bba835bb8809a7cf248cb2413bdc57 /xmloff | |
parent | af2d15a494b42faf4367096af07c7a2b2d22642e (diff) |
Leftover from 4477baeba5aec71098f374cf0b4bd4591e048809
... Simplify Sequences in xmloff (+ merge 2 SetError)
Thank you Mike for having spotted it! :-)
Change-Id: I532520aff6999a30a8b41dc95ff5eeb1086a21c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123791
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/script/XMLStarBasicContextFactory.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx index 73d6482daa9f..eec6ded9f207 100644 --- a/xmloff/source/script/XMLStarBasicContextFactory.cxx +++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx @@ -87,10 +87,6 @@ SvXMLImportContext* XMLStarBasicContextFactory::CreateContext( comphelper::makePropertyValue(gsMacroName, sMacroNameVal) }; - // macro name - aValues[2].Name = gsMacroName; - aValues[2].Value <<= sMacroNameVal; - // add values for event now rEvents->AddEventValues(rApiEventName, aValues); |