[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara
caolanm at redhat.com
Thu Oct 6 14:14:15 UTC 2016
sfx2/source/view/viewimp.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e46e82a064c552b7e1f9f3bc14fbd95c35980b22
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 6 15:11:43 2016 +0100
coverity#1373513 Uninitialized scalar field
Change-Id: Id035cb04c0cd7879d7075b7c1bcd0359564f2f0b
diff --git a/sfx2/source/view/viewimp.hxx b/sfx2/source/view/viewimp.hxx
index 7848165..95fdf82 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;
More information about the Libreoffice-commits
mailing list