[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Thu Mar 3 15:24:21 UTC 2016
sd/source/ui/view/drviews2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dd7a2f9a980505acd87abfad4f14526228e8a124
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Mar 3 16:23:52 2016 +0100
loplugin:nullptr
Change-Id: I3c65591d2693b6aa8bb860bf00100dc28f01db0c
diff --git a/sd/source/ui/view/drviews2.cxx b/sd/source/ui/view/drviews2.cxx
index bf7ecd0..83ca6e9 100644
--- a/sd/source/ui/view/drviews2.cxx
+++ b/sd/source/ui/view/drviews2.cxx
@@ -1145,7 +1145,7 @@ void DrawViewShell::FuTemporary(SfxRequest& rReq)
case SID_CLASSIFICATION_APPLY:
{
const SfxItemSet* pArgs = rReq.GetArgs();
- const SfxPoolItem* pItem = 0;
+ const SfxPoolItem* pItem = nullptr;
if (pArgs && pArgs->GetItemState(nSId, false, &pItem) == SfxItemState::SET)
{
const OUString& rName = static_cast<const SfxStringItem*>(pItem)->GetValue();
More information about the Libreoffice-commits
mailing list