diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:23:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:38 +0100 |
commit | 28034eaf925aa50d379dd5cffccc20d7edc95aec (patch) | |
tree | 5cde1f141bc0ffc5cb04a12980d0c4bce69de0f0 /include/sfx2/styfitem.hxx | |
parent | d930b6c2e6e3dfb9e1ed19b84a3137cc0cfbfd8c (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4
Diffstat (limited to 'include/sfx2/styfitem.hxx')
-rw-r--r-- | include/sfx2/styfitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/styfitem.hxx b/include/sfx2/styfitem.hxx index 8dcd02a03017..c35ea6ccc1fd 100644 --- a/include/sfx2/styfitem.hxx +++ b/include/sfx2/styfitem.hxx @@ -72,7 +72,7 @@ public: { return aEntryList.size(); } const SfxStyleFamilyItem* at(size_t nIdx) const - { return aEntryList.empty() ? NULL : aEntryList[nIdx]; } + { return aEntryList.empty() ? nullptr : aEntryList[nIdx]; } /** updates the images of all single SfxStyleFamilyItems with new images from the given resource |