[Libreoffice-commits] core.git: xmloff/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 17 15:33:31 UTC 2021


 xmloff/source/text/txtimp.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 79e471dc116f0b662e48d915d395d398057d137f
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Jan 17 15:31:08 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 17 16:32:47 2021 +0100

    duplicate break (xmloff/txtimp)
    
    Change-Id: I17c63ec5d8accf6f9d2f33ef92cfa63acbd02f3c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109473
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 9642eb83d6da..dc6612b113b1 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1767,7 +1767,6 @@ SvXMLImportContext *XMLTextImportHelper::CreateTextChildContext(
         pContext = new XMLNumberedParaContext(
                         rImport, nElement, xAttrList );
         break;
-        break;
     case XML_ELEMENT(TEXT, XML_LIST):
         pContext = new XMLTextListBlockContext( rImport, *this,
                                                 xAttrList );


More information about the Libreoffice-commits mailing list