summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-12-21 09:11:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-12-21 10:46:57 +0000
commit92305c3c41d120b868e0821221a583697868ad6d (patch)
tree1611179cacca05fa7dd6ba2537567d460a8dfb0d /libreofficekit
parentc44ee23cf13f40e36bae0454cceb06a7d986a6bc (diff)
coverity#1315075 Uninitialized scalar field
Change-Id: I003839589354f02f8064b6a6af6174d2793b9b3a
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/tilebuffer.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/source/gtk/tilebuffer.hxx b/libreofficekit/source/gtk/tilebuffer.hxx
index 70784a57159d..64491ee3629e 100644
--- a/libreofficekit/source/gtk/tilebuffer.hxx
+++ b/libreofficekit/source/gtk/tilebuffer.hxx
@@ -266,6 +266,10 @@ struct LOEvent
, m_nSetGraphicSelectionType(0)
, m_nSetGraphicSelectionX(0)
, m_nSetGraphicSelectionY(0)
+ , m_nTilePixelWidth(0)
+ , m_nTilePixelHeight(0)
+ , m_nTileTwipWidth(0)
+ , m_nTileTwipHeight(0)
{
}