From 28034eaf925aa50d379dd5cffccc20d7edc95aec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 10 Nov 2015 10:23:17 +0100 Subject: loplugin:nullptr (automatic rewrite) Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4 --- sfx2/source/view/impviewframe.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sfx2/source/view/impviewframe.hxx') diff --git a/sfx2/source/view/impviewframe.hxx b/sfx2/source/view/impviewframe.hxx index b5bd31928ee0..fa51683c5dc7 100644 --- a/sfx2/source/view/impviewframe.hxx +++ b/sfx2/source/view/impviewframe.hxx @@ -55,10 +55,10 @@ struct SfxViewFrame_Impl explicit SfxViewFrame_Impl(SfxFrame& i_rFrame) : rFrame(i_rFrame) - , pReloader(0) - , pWindow(0) - , pActiveChild(0) - , pFocusWin(0) + , pReloader(nullptr) + , pWindow(nullptr) + , pActiveChild(nullptr) + , pFocusWin(nullptr) , nDocViewNo(0) , nCurViewId(0) , bResizeInToOut(false) -- cgit