diff options
Diffstat (limited to 'xmloff/source/text/XMLSectionImportContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLSectionImportContext.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLSectionImportContext.cxx b/xmloff/source/text/XMLSectionImportContext.cxx index d34bd224f248..9f0b0eb50e80 100644 --- a/xmloff/source/text/XMLSectionImportContext.cxx +++ b/xmloff/source/text/XMLSectionImportContext.cxx @@ -358,12 +358,7 @@ SvXMLImportContextRef XMLSectionImportContext::CreateChildContext( XMLTextType::Section ); // if that fails, default context - if (nullptr == pContext) - { - pContext = new SvXMLImportContext( GetImport(), - nPrefix, rLocalName ); - } - else + if (pContext) bHasContent = true; } |