INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED

2006/05/24 00:07:38 sb 1.5.30.3: RESYNC: (1.6-1.7); FILE MERGED
2005/09/23 00:02:54 sb 1.5.30.2: RESYNC: (1.5-1.6); FILE MERGED
2005/08/29 14:14:25 sb 1.5.30.1: #i53898# Made code warning-free.
This commit is contained in:
Jens-Heiner Rechtien 2006-06-20 02:48:39 +00:00
parent 3e5fd5ae27
commit 7bea03feb3

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: idlc.cxx,v $ * $RCSfile: idlc.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: hr $ $Date: 2006-04-19 13:46:00 $ * last change: $Author: hr $ $Date: 2006-06-20 03:48:39 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -194,12 +194,12 @@ static void SAL_CALL initializePredefinedTypes(AstModule* pRoot)
Idlc::Idlc(Options* pOptions) Idlc::Idlc(Options* pOptions)
: m_pOptions(pOptions) : m_pOptions(pOptions)
, m_bIsDocValid(sal_False)
, m_bIsInMainfile(sal_True) , m_bIsInMainfile(sal_True)
, m_errorCount(0) , m_errorCount(0)
, m_warningCount(0) , m_warningCount(0)
, m_lineNumber(0) , m_lineNumber(0)
, m_parseState(PS_NoState) , m_parseState(PS_NoState)
, m_bIsDocValid(sal_False)
{ {
m_pScopes = new AstStack(); m_pScopes = new AstStack();
// init root object after construction // init root object after construction