From 57924b617e4b1b0428cf9b07204b3d5160aa7ea4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 18 Nov 2015 18:15:03 +0100 Subject: loplugin:nullptr Change-Id: I57ac7deb1c997adfa656aa0a3c9a1ae82b66cf15 --- sd/source/ui/framework/tools/FrameworkHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx index 585a82db1ff0..842df16b3aa2 100644 --- a/sd/source/ui/framework/tools/FrameworkHelper.cxx +++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx @@ -605,7 +605,7 @@ void FrameworkHelper::HandleModeChangeSlot ( // and SlideSorterViewShell have no master mode DrawViewShell* pDrawViewShell = dynamic_cast(pCenterViewShell.get()); - if (pDrawViewShell != NULL) + if (pDrawViewShell != nullptr) { pCenterViewShell->Broadcast ( ViewShellHint(ViewShellHint::HINT_CHANGE_EDIT_MODE_START)); -- cgit