summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtparai.cxx')
-rw-r--r--xmloff/source/text/txtparai.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index e836017f9396..3a86343f7864 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -697,9 +697,6 @@ SvXMLImportContextRef XMLImpRubyContext_Impl::CreateChildContext(
xAttrList,
*this );
}
- else
- xContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName,
- xAttrList );
return xContext;
}
@@ -2318,11 +2315,6 @@ SvXMLImportContextRef XMLNumberedParaContext::CreateChildContext(
}
}
- if (!xContext) {
- xContext = SvXMLImportContext::CreateChildContext(
- i_nPrefix, i_rLocalName, i_xAttrList );
- }
-
return xContext;
}