loplugin:nullptr (automatic rewrite)
Change-Id: I68f6c78d1a539a960efbcf81be1e5b2bd26c2bc5
This commit is contained in:
@@ -81,7 +81,7 @@ namespace cppcanvas
|
||||
|
||||
::basegfx::B2DPolyPolygon const* ImplCanvas::getClip() const
|
||||
{
|
||||
return !maClipPolyPolygon ? NULL : &(*maClipPolyPolygon);
|
||||
return !maClipPolyPolygon ? nullptr : &(*maClipPolyPolygon);
|
||||
}
|
||||
|
||||
ColorSharedPtr ImplCanvas::createColor() const
|
||||
|
Reference in New Issue
Block a user