CWS-TOOLING: integrate CWS ab64_DEV300
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user