loplugin:nullptr (automatic rewrite)

Change-Id: I68f6c78d1a539a960efbcf81be1e5b2bd26c2bc5
This commit is contained in:
Stephan Bergmann
2015-11-10 10:12:29 +01:00
parent c0bd59c15b
commit 311fd06af4
14 changed files with 64 additions and 64 deletions

View File

@@ -60,7 +60,7 @@ namespace cppcanvas
return CanvasSharedPtr();
// cache content canvas C++ wrapper
if( mpLastCanvas.get() == NULL ||
if( mpLastCanvas.get() == nullptr ||
mpLastCanvas->getUNOCanvas() != xCanvas )
{
mpLastCanvas = CanvasSharedPtr( new ImplCanvas( xCanvas ) );