summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-09 19:36:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-09 21:20:12 +0000
commit9f8e0a0ebc923d3104667ae329388d20412c5067 (patch)
tree2f3785b85ab23647d511eb73410f6ae31de4638c /sw
parentfdf3e4bc0847e8f09c4d27712291a82d8ea44aea (diff)
coverity#708456 Uninitialized scalar field
Change-Id: I040d49408581a128025d3b96b313f2c88981c250
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/porlin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/text/porlin.cxx b/sw/source/core/text/porlin.cxx
index cf2ffa283499..2215b9dfc18c 100644
--- a/sw/source/core/text/porlin.cxx
+++ b/sw/source/core/text/porlin.cxx
@@ -76,6 +76,7 @@ SwLinePortion::SwLinePortion( ) :
pPortion( NULL ),
nLineLength( 0 ),
nAscent( 0 ),
+ nWhichPor( POR_LIN ),
m_bJoinBorderWithPrev(false),
m_bJoinBorderWithNext(false)
{