xmloff/source/text/XMLSectionFootnoteConfigImport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2a996c90ed1fc1b89ffd276e84ae4567595ff619 Author: Michael Stahl <[email protected]> AuthorDate: Fri May 27 21:34:57 2022 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Mon May 30 09:52:32 2022 +0200 tdf#145178 xmloff: ODF import: fix another bad attribute ...in XMLSectionFootnoteConfigImport. (regression from commit 9814c1f2edf56ecc0f31001db9234ef335488879) Change-Id: I79ab3b74853bd3ec9058fea72c341768e916bbd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135048 Tested-by: Michael Stahl <[email protected]> Reviewed-by: Michael Stahl <[email protected]> (cherry picked from commit 9896f330cdb3df67b74b16a2c2177a8505fd2485) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135056 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx index ef408c0c13c8..0f4f51e1b4e3 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx @@ -113,7 +113,7 @@ void XMLSectionFootnoteConfigImport::startFastElement( bNumOwn = true; break; } - case XML_ELEMENT(TEXT, XML_NUM_LETTER_SYNC): + case XML_ELEMENT(STYLE, XML_NUM_LETTER_SYNC): { sNumLetterSync = aIter.toString(); bNumOwn = true;
