summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-06 15:11:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-06 15:11:43 +0100
commite46e82a064c552b7e1f9f3bc14fbd95c35980b22 (patch)
tree456e15da8faba29e2f1f34920fa8fb8603562199 /sfx2
parent6e57881e9908f6263069f3b3a585bc404799b9a4 (diff)
coverity#1373513 Uninitialized scalar field
Change-Id: Id035cb04c0cd7879d7075b7c1bcd0359564f2f0b
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/view/viewimp.hxx2
1 files changed, 0 insertions, 2 deletions
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;