From e46e82a064c552b7e1f9f3bc14fbd95c35980b22 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 6 Oct 2016 15:11:43 +0100 Subject: coverity#1373513 Uninitialized scalar field Change-Id: Id035cb04c0cd7879d7075b7c1bcd0359564f2f0b --- sfx2/source/view/viewimp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx index 78481650958c..95fdf8260df4 100644 --- a/sfx2/source/view/viewimp.hxx +++ b/sfx2/source/view/viewimp.hxx @@ -62,8 +62,6 @@ struct SfxViewShell_Impl void* m_pLibreOfficeKitViewData; /// Set if we are in the middle of a tiled search. bool m_bTiledSearching; - /// Set if we are in the middle of a tiled paint. - bool m_bTiledPainting; static sal_uInt32 m_nLastViewShellId; const sal_uInt32 m_nViewShellId; -- cgit