From 22b064a7859dbbf8e1f7988f95748bbbf0fb4c0c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Mar 2016 15:51:23 +0100 Subject: [PATCH] loplugin:nullptr Change-Id: Ie50bf53a24d44a7f645f381a3d07710cc3986151 --- sc/source/ui/view/formatsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 8d7440bb4ae9..b4114b9ee38b 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -970,7 +970,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) } else if (nSlotId == SID_CLASSIFICATION_APPLY) { - const SfxPoolItem* pItem = 0; + const SfxPoolItem* pItem = nullptr; if (pArgs && pArgs->GetItemState(nSlotId, false, &pItem) == SfxItemState::SET) { const OUString& rName = static_cast(pItem)->GetValue();