summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:14:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:23 +0100
commit90122cfb7e684ba7f0683f4173028406ee57b7cb (patch)
treee35f3a1e12c512006ebf4fd73d6f9ef519f3d6ea /drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
parent72c48b716640c76f0a8fa49341ce3b0099004991 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I3aa15efd12b8c9b20319a1975dbbd541783aea2d
Diffstat (limited to 'drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
index 2cedbe0cfc12..2f2d62118c71 100644
--- a/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/sdrlatheprimitive3d.cxx
@@ -265,7 +265,7 @@ namespace drawinglayer
mfDiagonal(fDiagonal),
mfBackScale(fBackScale),
mfRotation(fRotation),
- mpLastRLGViewInformation(0),
+ mpLastRLGViewInformation(nullptr),
mbSmoothNormals(bSmoothNormals),
mbSmoothHorizontalNormals(bSmoothHorizontalNormals),
mbSmoothLids(bSmoothLids),