From 8d12f43bb3668f4fdfcef0bd149d8b023e312e18 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:20:17 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I62a20b440064aca6f102e61cb3984bb95e739a4f --- oox/source/vml/vmltextboxcontext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/vml/vmltextboxcontext.cxx') diff --git a/oox/source/vml/vmltextboxcontext.cxx b/oox/source/vml/vmltextboxcontext.cxx index d1a8b1256d74..662fdb49695e 100644 --- a/oox/source/vml/vmltextboxcontext.cxx +++ b/oox/source/vml/vmltextboxcontext.cxx @@ -250,7 +250,7 @@ ContextHandlerRef TextBoxContext::onCreateContext( sal_Int32 nElement, const Att SAL_INFO("oox", "unhandled 0x" << std::hex << getCurrentElement()); break; } - return 0; + return nullptr; } void TextBoxContext::onStartElement(const AttributeList& rAttribs) -- cgit