summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-11 15:35:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-11 15:35:07 +0100
commit0c7913de2f0b91de623838dfd4013c5e92bad6d8 (patch)
treef58646e4a4df7bf7dc8a67236d048d1584a48ce8
parent4bdf05b28d6584a1986ac7e5855d0260ff62930d (diff)
loplugin:nullptr
Change-Id: I8007a7f0ed75fd1271520e900826a155c7a41463
-rw-r--r--sfx2/source/control/minfitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/minfitem.cxx b/sfx2/source/control/minfitem.cxx
index a0d2458ecb1e..0c472e8f7953 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; }