summaryrefslogtreecommitdiff
path: root/idlc/source/idlc.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:48:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:48:39 +0000
commit7bea03feb304fb231987ffe322d9414bf118cf85 (patch)
tree76f2b22ef31b0cc889fb36247073927f2ba3584c /idlc/source/idlc.cxx
parent3e5fd5ae2767d5bf4b30e42461603f4eec56cc7f (diff)
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.
Diffstat (limited to 'idlc/source/idlc.cxx')
-rw-r--r--idlc/source/idlc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/source/idlc.cxx b/idlc/source/idlc.cxx
index fd32729ba145..434fb228d7af 100644
--- a/idlc/source/idlc.cxx
+++ b/idlc/source/idlc.cxx
@@ -4,9 +4,9 @@
*
* $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 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)
: m_pOptions(pOptions)
+ , m_bIsDocValid(sal_False)
, m_bIsInMainfile(sal_True)
, m_errorCount(0)
, m_warningCount(0)
, m_lineNumber(0)
, m_parseState(PS_NoState)
- , m_bIsDocValid(sal_False)
{
m_pScopes = new AstStack();
// init root object after construction