From 92c697c0e3e4bde88424322875c993c161696b1e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:23:02 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: If1b80da64ba575f07b31dce9bc0e34b7eb9f11a4 --- sd/source/ui/inc/unoaprms.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/inc/unoaprms.hxx') diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx index 330e9a0f4b63..a53684b780d2 100644 --- a/sd/source/ui/inc/unoaprms.hxx +++ b/sd/source/ui/inc/unoaprms.hxx @@ -104,8 +104,8 @@ public: , eNewSecondEffect(css::presentation::AnimationEffect_NONE) , eOldSecondSpeed(css::presentation::AnimationSpeed_SLOW) , eNewSecondSpeed(css::presentation::AnimationSpeed_SLOW) - , pOldPathObj(NULL) - , pNewPathObj(NULL) + , pOldPathObj(nullptr) + , pNewPathObj(nullptr) , eOldClickAction(css::presentation::ClickAction_NONE) , eNewClickAction(css::presentation::ClickAction_NONE) , nOldVerb(0) -- cgit