summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgreader.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-08 16:25:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-08 16:25:08 +0200
commitb5a062bd1c6d5af34d3838192365fb780a910c3f (patch)
tree9368db421727b2c9e3a014d311f22783e5d6a61e /filter/source/svg/svgreader.cxx
parentc278518819d2a84655d5ce52b16cf466ee33bcb1 (diff)
loplugin:cstylecast: deal with remaining pointer casts
Change-Id: I2976a8e6a3c9abf70e153a71bf0374d24d92968d
Diffstat (limited to 'filter/source/svg/svgreader.cxx')
-rw-r--r--filter/source/svg/svgreader.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx
index 0cf5f0585803..e9b16d13bc98 100644
--- a/filter/source/svg/svgreader.cxx
+++ b/filter/source/svg/svgreader.cxx
@@ -1107,7 +1107,7 @@ struct AnnotatingVisitor
const ARGBColor& rInheritColor,
const Gradient& rInheritGradient )
{
- std::pair<const char*,const char*> aPaintUri((const char*)NULL,(const char*)NULL);
+ std::pair<const char*,const char*> aPaintUri(nullptr,nullptr);
std::pair<ARGBColor,bool> aColor(maCurrState.maCurrentColor,
false);
if( strcmp(sValue,"none") == 0 )