diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-01-17 15:31:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-01-17 16:32:47 +0100 |
commit | 79e471dc116f0b662e48d915d395d398057d137f (patch) | |
tree | 0be9570b3a72fa491bc4b0cb6368b0183ee60cf0 /xmloff/source/text/txtimp.cxx | |
parent | 25d905d7f88779eecf3776f692efe5539730fbef (diff) |
duplicate break (xmloff/txtimp)
Change-Id: I17c63ec5d8accf6f9d2f33ef92cfa63acbd02f3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109473
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |