sc/source/core/data/attrib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fd8c98861c94dfa572253b53809c49bbd975dfc0 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Nov 11 16:49:10 2015 +0100 loplugin:nullptr Change-Id: I6dea86675c3220386e3d64cf03e82c3f33ae00ce diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx index 87e38d7..9072410 100644 --- a/sc/source/core/data/attrib.cxx +++ b/sc/source/core/data/attrib.cxx @@ -43,7 +43,7 @@ using namespace com::sun::star; SfxPoolItem* ScProtectionAttr::CreateDefault() { return new ScProtectionAttr; } -SfxPoolItem* ScDoubleItem::CreateDefault() { DBG_ASSERT(false, "No ScDoubleItem factory available"); return 0; } +SfxPoolItem* ScDoubleItem::CreateDefault() { DBG_ASSERT(false, "No ScDoubleItem factory available"); return nullptr; } /** * General Help Function _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits