xmloff/source/text/XMLSectionFootnoteConfigImport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0292bf35109ec5eeb8d2fd098aae76c7db9fb1f4
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Fri May 27 21:34:57 2022 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Wed Jun 1 18:59:10 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 <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>
    (cherry picked from commit 9896f330cdb3df67b74b16a2c2177a8505fd2485)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135056
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit 2a996c90ed1fc1b89ffd276e84ae4567595ff619)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135064
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx 
b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx
index fcdbf2221b5a..ed20985e52d1 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;

Reply via email to