diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx index 570ae8df777f..548f3c7009aa 100644 --- a/svx/source/xml/xmlxtimp.cxx +++ b/svx/source/xml/xmlxtimp.cxx @@ -458,7 +458,7 @@ SvXMLImportContext *SvxXMLXTableImport::CreateDocumentContext( } } - return new SvXMLImportContext( *this, nPrefix, rLocalName ); + return nullptr; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |