xmloff/source/script/XMLStarBasicContextFactory.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit b7e7fee238dc250e7ab6e8e8fef4a6b15430c90c Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Tue Oct 19 07:21:12 2021 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Oct 19 09:27:11 2021 +0200 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.gran...@collabora.co.uk> 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);