summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-07-22 18:19:01 +0300
committerTor Lillqvist <tml@collabora.com>2016-07-22 18:59:59 +0300
commit61351e3e0dfe0ff809a7074bf06f32b3af15085f (patch)
tree0c7ead649732834a1fb08ee9e1847d186eb57b5f /xmloff
parentc72db36c7c791b1f92d3dd29fbc40c8ef168c609 (diff)
loplugin:nullptr
Change-Id: I2084b360b9ee20c212bc5b44d4460551aff0a3d6
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
1 files changed, 1 insertions, 1 deletions
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<SdXMLPluginShapeContext*>(pShapeContext);
if( pPluginContext && pPluginContext->getMimeType() == "model/vnd.gltf+json" )
{
- mxImplContext = 0;
+ mxImplContext = nullptr;
return this;
}
}