CWS-TOOLING: integrate CWS ab64_DEV300

This commit is contained in:
Jens-Heiner Rechtien
2008-11-20 14:05:36 +00:00
parent 2849810d86
commit 1c20d7b53d
6 changed files with 143 additions and 77 deletions

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: exprnode.cxx,v $
* $Revision: 1.19 $
* $Revision: 1.19.40.1 $
*
* This file is part of OpenOffice.org.
*
@@ -39,6 +39,13 @@
//////////////////////////////////////////////////////////////////////////
SbiExprNode::SbiExprNode( void )
{
pLeft = NULL;
pRight = NULL;
eNodeType = SbxDUMMY;
}
SbiExprNode::SbiExprNode( SbiParser* p, SbiExprNode* l, SbiToken t, SbiExprNode* r )
{
BaseInit( p );