diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 16:15:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 16:15:29 +0100 |
commit | e7ab3554f53df02088451361a154e4574494a8f7 (patch) | |
tree | 4de4c35ef22f8dad8daa0a6ce0ebe5bf3821721a /basctl | |
parent | 8bae6345bff0508f5f01e0061d7b576f36e6961d (diff) |
loplugin:nullptr
Change-Id: If35c6033938f69d1a557828eacbad99968d25547
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/sbxitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/sbxitem.cxx b/basctl/source/basicide/sbxitem.cxx index 2ce78d7b5952..007823841ae7 100644 --- a/basctl/source/basicide/sbxitem.cxx +++ b/basctl/source/basicide/sbxitem.cxx @@ -21,7 +21,7 @@ namespace basctl { -SfxPoolItem* SbxItem::CreateDefault() { DBG_ASSERT(false, "No SbxItem factory available"); return 0; } +SfxPoolItem* SbxItem::CreateDefault() { DBG_ASSERT(false, "No SbxItem factory available"); return nullptr; } SbxItem::SbxItem ( sal_uInt16 nWhichItem, ScriptDocument const& rDocument, |