summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/Handler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/Handler.cxx')
-rw-r--r--writerfilter/source/ooxml/Handler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/Handler.cxx b/writerfilter/source/ooxml/Handler.cxx
index 924c188268ad..519f2975a50b 100644
--- a/writerfilter/source/ooxml/Handler.cxx
+++ b/writerfilter/source/ooxml/Handler.cxx
@@ -292,7 +292,7 @@ void OOXMLPictureHandler::attribute(Id name, Value & val)
{
writerfilter::Reference<Properties>::Pointer_t pProps
(val.getProperties());
- if (pProps.get() != NULL)
+ if (pProps.get() != nullptr)
pProps->resolve(*this);
}
}
@@ -302,7 +302,7 @@ void OOXMLPictureHandler::sprm(Sprm & rSprm)
writerfilter::Reference<Properties>::Pointer_t pProps
(rSprm.getProps());
- if (pProps.get() != NULL)
+ if (pProps.get() != nullptr)
pProps->resolve(*this);
}