basctl/source/basicide/sbxitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e7ab3554f53df02088451361a154e4574494a8f7 Author: Stephan Bergmann <[email protected]> Date: Wed Nov 11 16:15:29 2015 +0100 loplugin:nullptr Change-Id: If35c6033938f69d1a557828eacbad99968d25547 diff --git a/basctl/source/basicide/sbxitem.cxx b/basctl/source/basicide/sbxitem.cxx index 2ce78d7..0078238 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, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
