summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpshow.cxx')
-rw-r--r--xmloff/source/draw/ximpshow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshow.cxx b/xmloff/source/draw/ximpshow.cxx
index 4b33fa22bc56..42d3589d17b1 100644
--- a/xmloff/source/draw/ximpshow.cxx
+++ b/xmloff/source/draw/ximpshow.cxx
@@ -250,7 +250,7 @@ SvXMLImportContextRef SdXMLShowsContext::CreateChildContext( sal_uInt16 p_nPrefi
}
}
- return new SvXMLImportContext( GetImport(), p_nPrefix, rLocalName );
+ return nullptr;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */