summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterTextView.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:23:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:38 +0100
commitd930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c (patch)
treed846436ca5fd25d707a0428b8c28b67ae6076ed0 /sdext/source/presenter/PresenterTextView.cxx
parent92c697c0e3e4bde88424322875c993c161696b1e (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8aec30601862feaeb99e3ce01adf61665688fa9a
Diffstat (limited to 'sdext/source/presenter/PresenterTextView.cxx')
-rw-r--r--sdext/source/presenter/PresenterTextView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterTextView.cxx b/sdext/source/presenter/PresenterTextView.cxx
index d6a9ef070ad9..3498906727cb 100644
--- a/sdext/source/presenter/PresenterTextView.cxx
+++ b/sdext/source/presenter/PresenterTextView.cxx
@@ -334,7 +334,7 @@ void PresenterTextView::Paint (
rendering::RenderState aRenderState (
geometry::AffineMatrix2D(1,0,nX, 0,1,nY),
- NULL,
+ nullptr,
Sequence<double>(4),
rendering::CompositeOperation::SOURCE);
PresenterCanvasHelper::SetDeviceColor(aRenderState, mpFont->mnColor);