summaryrefslogtreecommitdiffstats
path: root/include/tools/inetmsg.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:26:25 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:54 +0100
commit1c4f33b5d8ba6a8cebb0235bb2e7e37e33045a5b (patch)
tree80530f50cf36927a1e4f31ad0192077bfb0ecf39 /include/tools/inetmsg.hxx
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-1c4f33b5d8ba6a8cebb0235bb2e7e37e33045a5b.tar.gz
core-1c4f33b5d8ba6a8cebb0235bb2e7e37e33045a5b.zip
loplugin:nullptr (automatic rewrite)
Change-Id: Ia5acfb564f913d52cd25b5d64d06b5280b94cb72
Diffstat (limited to 'include/tools/inetmsg.hxx')
-rw-r--r--include/tools/inetmsg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/inetmsg.hxx b/include/tools/inetmsg.hxx
index 2d83469d71d2..996e3348dad7 100644
--- a/include/tools/inetmsg.hxx
+++ b/include/tools/inetmsg.hxx
@@ -170,7 +170,7 @@ public:
INetMIMEMessage* GetChild (sal_uIntPtr nIndex) const
{
- return ( nIndex < aChildren.size() ) ? aChildren[ nIndex ] : NULL;
+ return ( nIndex < aChildren.size() ) ? aChildren[ nIndex ] : nullptr;
}
INetMIMEMessage* GetParent() const { return pParent; }