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

New commits:
commit 63d14566ba93b87f23a7ba68f8ea733cf19be101
Author:     Noel Grandin <n...@peralex.com>
AuthorDate: Thu Feb 18 10:50:40 2021 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Feb 18 12:08:23 2021 +0100

    tdf#140198 Base text field will not retain multi-line setting
    
    regression due to a combination of
        commit 3de38e95561ab7ca114d9f3307702ba89c4e3e9a
        Date:   Tue Nov 10 19:20:06 2020 +0200
        use fastparser in forms
    and
        commit 3d0084770923ed8c17e496965abae862a4796e63
        Date:   Fri Dec 4 16:14:16 2020 +0200
        fastparser in a couple of random places
    The first one introduced the bug, due to the fallback
    paths from fast to slowparser, things kept working, until
    the second one removed the fallback.
    
    Change-Id: I1aaae902eda2aaf8f5151404ddb3577f4582757d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111101
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/xmloff/source/forms/elementimport.cxx 
b/xmloff/source/forms/elementimport.cxx
index bb2e371f6c79..efcc4b7e73aa 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -1339,7 +1339,7 @@ namespace xmloff
             }
         }
 
-        return nullptr;
+        return OControlImport::createFastChildContext( nElement, xAttrList );
     }
 
     void OTextLikeImport::startFastElement(sal_Int32 nElement, const 
Reference< css::xml::sax::XFastAttributeList >& _rxAttrList)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to