summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgsvgnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgsvgnode.cxx')
-rw-r--r--svgio/source/svgreader/svgsvgnode.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svgio/source/svgreader/svgsvgnode.cxx b/svgio/source/svgreader/svgsvgnode.cxx
index 5db062d83fb0..86a11d7b8b1e 100644
--- a/svgio/source/svgreader/svgsvgnode.cxx
+++ b/svgio/source/svgreader/svgsvgnode.cxx
@@ -36,7 +36,7 @@ namespace svgio
SvgNode* pParent)
: SvgNode(SVGTokenSvg, rDocument, pParent),
maSvgStyleAttributes(*this),
- mpViewBox(0),
+ mpViewBox(nullptr),
maSvgAspectRatio(),
maX(),
maY(),
@@ -215,7 +215,7 @@ namespace svgio
{
return;
}
- const SvgSvgNode* pParentSvgSvgNode = 0;
+ const SvgSvgNode* pParentSvgSvgNode = nullptr;
// enclosing svg might have relative width, need to cumulate them till they are
// resolved somewhere up in the node tree
double fPercentage(1.0);
@@ -257,7 +257,7 @@ namespace svgio
{
return;
}
- const SvgSvgNode* pParentSvgSvgNode = 0;
+ const SvgSvgNode* pParentSvgSvgNode = nullptr;
// enclosing svg might have relative width and height, need to cumulate them till they are
// resolved somewhere up in the node tree
double fPercentage(1.0);