From 61351e3e0dfe0ff809a7074bf06f32b3af15085f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 22 Jul 2016 18:19:01 +0300 Subject: loplugin:nullptr Change-Id: I2084b360b9ee20c212bc5b44d4460551aff0a3d6 --- xmloff/source/draw/ximpshap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 96a64c666282..0d2ef7d94390 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -3511,7 +3511,7 @@ SvXMLImportContext *SdXMLFrameShapeContext::CreateChildContext( sal_uInt16 nPref SdXMLPluginShapeContext* pPluginContext = dynamic_cast(pShapeContext); if( pPluginContext && pPluginContext->getMimeType() == "model/vnd.gltf+json" ) { - mxImplContext = 0; + mxImplContext = nullptr; return this; } } -- cgit