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

@@ -81,7 +81,7 @@ namespace cppcanvas
::basegfx::B2DPolyPolygon const* ImplCanvas::getClip() const
{
return !maClipPolyPolygon ? NULL : &(*maClipPolyPolygon);
return !maClipPolyPolygon ? nullptr : &(*maClipPolyPolygon);
}
ColorSharedPtr ImplCanvas::createColor() const