From 7acea5ae4ccdfba7745660e39e04aaabe4254629 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 27 Jan 2014 13:01:53 +0000 Subject: coverity#707649 Uninitialized scalar field Change-Id: I1a95a051463860dc9c7b087bfaf17f3b70f297ee --- basic/source/comp/token.cxx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'basic/source/comp/token.cxx') diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx index d283f2e5ddd7..bc09744b7353 100644 --- a/basic/source/comp/token.cxx +++ b/basic/source/comp/token.cxx @@ -211,13 +211,19 @@ TokenLabelInfo::~TokenLabelInfo() // the constructor detects the length of the token table SbiTokenizer::SbiTokenizer( const OUString& rSrc, StarBASIC* pb ) - : SbiScanner( rSrc, pb ) + : SbiScanner(rSrc, pb) + , eCurTok(NIL) + , ePush(NIL) + , nPLine(0) + , nPCol1(0) + , nPCol2(0) + , bEof(false) + , bEos(true) + , bKeywords(true) + , bAs(false) + , bErrorIsSymbol(true) { pTokTable = aTokTable_Basic; - bEof = bAs = false; - eCurTok = NIL; - ePush = NIL; - bEos = bKeywords = bErrorIsSymbol = true; if( !nToken ) { const TokenTable *tp; -- cgit lotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/sifr_svg/cmd/sc_managebreakpoints.svg
AgeCommit message (Expand)Author
2022-09-20tdf#151071 Revise Sifr to follow upstreamRizal Muttaqin
2019-06-06Sifr: Add missing large iconsrizmut
2019-02-24Sifr icon theme updateandreas kainz