diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:10:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:16 +0100 |
commit | a17cde058213f962b8de880de6f5b1e4f2061b37 (patch) | |
tree | 1dadb981b6581df51ba383dd49f54a736b9dc091 /basegfx/test/genericclipper.cxx | |
parent | c2ff1b9622a1c67612719c87af593b59b9534119 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: Ib64fc63905cf44a0d32393d52ee587d0aa2d9dfa
Diffstat (limited to 'basegfx/test/genericclipper.cxx')
-rw-r--r-- | basegfx/test/genericclipper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/test/genericclipper.cxx b/basegfx/test/genericclipper.cxx index f91ec98dd7f9..4a7020e37f44 100644 --- a/basegfx/test/genericclipper.cxx +++ b/basegfx/test/genericclipper.cxx @@ -135,8 +135,8 @@ public: OUString aValid=OUString::createFromAscii(pValidSvgD); B2DPolyPolygon aInputPoly, aValidPoly; - tools::importFromSvgD(aInputPoly, aInput, false, NULL); - tools::importFromSvgD(aValidPoly, aValid, false, NULL); + tools::importFromSvgD(aInputPoly, aInput, false, nullptr); + tools::importFromSvgD(aValidPoly, aValid, false, nullptr); CPPUNIT_ASSERT_MESSAGE( pName, |