diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 12:38:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-19 13:06:15 +0000 |
commit | 85f48b1b47903b41ebaa4b432e756833a5e92e45 (patch) | |
tree | 2e6c49c68ae8a623405e20cf806c217e7fe5b633 /svtools | |
parent | 58e7439c396ba8d449e32db9afd8f3f71acc071b (diff) |
coverity#738865 Uninitialized scalar field
Change-Id: Ie6473e4a8c4b311b6862019046fb4ae9cf05e1fb
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/svhtml/parhtml.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx index 942e881ed691..6517e5c8ca92 100644 --- a/svtools/source/svhtml/parhtml.cxx +++ b/svtools/source/svhtml/parhtml.cxx @@ -296,6 +296,7 @@ HTMLParser::HTMLParser( SvStream& rIn, bool bReadNewDoc ) : bPre_IgnoreNewPara(false), bReadNextChar(false), bReadComment(false), + nPre_LinePos(0), mnPendingOffToken(0) { //#i76649, default to UTF-8 for HTML unless we know differently |