diff options
Diffstat (limited to 'xmloff/source/meta/xmlversion.cxx')
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index fc7bbe824f95..dba5e8d4f4cd 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -147,10 +147,6 @@ XMLVersionListContext::createFastChildContext(sal_Int32 nElement, { pContext = new XMLVersionContext( GetImport(), xAttrList ); } - else - { - pContext = new SvXMLImportContext( GetImport() ); - } return pContext; } |