summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-11 15:39:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-11 15:39:18 +0100
commit54c679af63b87dd83b6da07201b68728bded4ba9 (patch)
tree6142ac3c9acf36fd65403a2c6e17b399484ce7d5 /sfx2
parent0c7913de2f0b91de623838dfd4013c5e92bad6d8 (diff)
loplugin:nullptr
Change-Id: Id6dd74c1642914394d0e3f6f1af22480a65a0df1
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 8709e06c2061..33d4d7904893 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -75,7 +75,7 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::container;
-SfxPoolItem* SfxUsrAnyItem::CreateDefault() { DBG_ASSERT(false, "No SfxUsrAnyItem factory available"); return 0; }
+SfxPoolItem* SfxUsrAnyItem::CreateDefault() { DBG_ASSERT(false, "No SfxUsrAnyItem factory available"); return nullptr; }
SfxPoolItem* SfxUnoFrameItem::CreateDefault()
{