summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgdocument.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgdocument.cxx')
-rw-r--r--svgio/source/svgreader/svgdocument.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svgdocument.cxx b/svgio/source/svgreader/svgdocument.cxx
index 60bd2c6a8284..28b69a1de8a8 100644
--- a/svgio/source/svgreader/svgdocument.cxx
+++ b/svgio/source/svgreader/svgdocument.cxx
@@ -69,7 +69,7 @@ namespace svgio
if(aResult == maIdTokenMapperList.end())
{
- return 0;
+ return nullptr;
}
else
{
@@ -91,7 +91,7 @@ namespace svgio
if(aResult == maIdStyleTokenMapperList.end())
{
- return 0;
+ return nullptr;
}
else
{