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

New commits:
commit 79e471dc116f0b662e48d915d395d398057d137f
Author:     Julien Nabet <[email protected]>
AuthorDate: Sun Jan 17 15:31:08 2021 +0100
Commit:     Julien Nabet <[email protected]>
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 <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>
    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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to