[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann sbergman at redhat.com
Wed Nov 11 06:35:32 PST 2015


 sfx2/source/control/minfitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0c7913de2f0b91de623838dfd4013c5e92bad6d8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 11 15:35:07 2015 +0100

    loplugin:nullptr
    
    Change-Id: I8007a7f0ed75fd1271520e900826a155c7a41463

diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx
index a0d2458..0c472e8 100644
--- a/sfx2/source/control/minfitem.cxx
+++ b/sfx2/source/control/minfitem.cxx
@@ -21,7 +21,7 @@
 
 // STATIC DATA -----------------------------------------------------------
 
-SfxPoolItem* SfxMacroInfoItem::CreateDefault() { DBG_ASSERT(false, "No SfxMacroInfItem factory available"); return 0; }
+SfxPoolItem* SfxMacroInfoItem::CreateDefault() { DBG_ASSERT(false, "No SfxMacroInfItem factory available"); return nullptr; }
 
 
 


More information about the Libreoffice-commits mailing list