Kaydet (Commit) e7ab3554 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr

Change-Id: If35c6033938f69d1a557828eacbad99968d25547
üst 8bae6345
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
namespace basctl 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 ( SbxItem::SbxItem (
sal_uInt16 nWhichItem, sal_uInt16 nWhichItem,
ScriptDocument const& rDocument, ScriptDocument const& rDocument,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment