summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/bitmap.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:15:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:25 +0100
commit3cdda9af2c12a9ae2a1f0bdf8ca898f1f5c69bfb (patch)
treeba25525cbc9661509d8f01e93164e0febb8a0894 /filter/source/graphicfilter/icgm/bitmap.hxx
parent7702e3128768f1b4b8a1ee9e87e397887e151af4 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I61e494952df8cc40fff3ccad0936adf06035dbeb
Diffstat (limited to 'filter/source/graphicfilter/icgm/bitmap.hxx')
-rw-r--r--filter/source/graphicfilter/icgm/bitmap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/icgm/bitmap.hxx b/filter/source/graphicfilter/icgm/bitmap.hxx
index d60a7d825009..96639d12ebcd 100644
--- a/filter/source/graphicfilter/icgm/bitmap.hxx
+++ b/filter/source/graphicfilter/icgm/bitmap.hxx
@@ -47,9 +47,9 @@ class CGMBitmapDescriptor
sal_uInt32 mnCompressionMode;
CGMBitmapDescriptor()
- : mpBuf(NULL)
- , mpBitmap(NULL)
- , mpAcc(NULL)
+ : mpBuf(nullptr)
+ , mpBitmap(nullptr)
+ , mpAcc(nullptr)
, mbStatus(false)
, mbVMirror(false)
, mbHMirror(false)