summaryrefslogtreecommitdiff
path: root/basegfx/test/genericclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/genericclipper.cxx')
-rw-r--r--basegfx/test/genericclipper.cxx4
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,