diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:13:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:22 +0100 |
commit | b58d56c5109f4cf6cacfc8e9c424b179a65bf1f1 (patch) | |
tree | bc7dcc71437367b193cb18dc5011c98ceb8c2c8b /cui/source/inc/hlmarkwn.hxx | |
parent | 5185569e502240a064ef78d06d9de7fbbd93f3b6 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7257532b90e3e393d56d5349531c9ad397523bca
Diffstat (limited to 'cui/source/inc/hlmarkwn.hxx')
-rw-r--r-- | cui/source/inc/hlmarkwn.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx index 184b2add43cc..d9984e213b43 100644 --- a/cui/source/inc/hlmarkwn.hxx +++ b/cui/source/inc/hlmarkwn.hxx @@ -82,7 +82,7 @@ protected: SvTreeListEntry* FindEntry(const OUString& aStrName); void ClearTree(); - int FillTree( css::uno::Reference< css::container::XNameAccess > xLinks, SvTreeListEntry* pParentEntry =NULL ); + int FillTree( css::uno::Reference< css::container::XNameAccess > xLinks, SvTreeListEntry* pParentEntry =nullptr ); virtual void Move () override; |