summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvashelper_texturefill.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:23:21 +0200
commit638a4ec6dc5b1ea83dba32d78a417a4eeee4032e (patch)
tree5d0f2f438c250bc06f12895abe908b3886531ff5 /canvas/source/vcl/canvashelper_texturefill.cxx
parent761e0ae0a72f635564fef35852e0c87c755e3bd7 (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I8e3adffc4eca232889bbffd8efca48bad78a8b91
Diffstat (limited to 'canvas/source/vcl/canvashelper_texturefill.cxx')
-rw-r--r--canvas/source/vcl/canvashelper_texturefill.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/canvashelper_texturefill.cxx b/canvas/source/vcl/canvashelper_texturefill.cxx
index cf628c750376..0e62f6af2804 100644
--- a/canvas/source/vcl/canvashelper_texturefill.cxx
+++ b/canvas/source/vcl/canvashelper_texturefill.cxx
@@ -713,7 +713,7 @@ namespace vclcanvas
// TODO(E1): Return value
// TODO(F1): FillRule
gradientFill( mpOutDev->getOutDev(),
- mp2ndOutDev.get() ? &mp2ndOutDev->getOutDev() : (OutputDevice*)NULL,
+ mp2ndOutDev.get() ? &mp2ndOutDev->getOutDev() : nullptr,
rValues,
aColors,
aPolyPoly,