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

New commits:
commit 9896f330cdb3df67b74b16a2c2177a8505fd2485
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Fri May 27 21:34:57 2022 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Sat May 28 16:47:09 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>

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;

Reply via email to