summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svglinenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svglinenode.cxx')
-rw-r--r--svgio/source/svgreader/svglinenode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svglinenode.cxx b/svgio/source/svgreader/svglinenode.cxx
index 5557c0c2ef21..5c2327c5111a 100644
--- a/svgio/source/svgreader/svglinenode.cxx
+++ b/svgio/source/svgreader/svglinenode.cxx
@@ -34,7 +34,7 @@ namespace svgio
maY1(0),
maX2(0),
maY2(0),
- mpaTransform(0)
+ mpaTransform(nullptr)
{
}
@@ -143,7 +143,7 @@ namespace svgio
drawinglayer::primitive2d::Primitive2DSequence aNewTarget;
- pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0);
+ pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, nullptr);
if(aNewTarget.hasElements())
{