INTEGRATION: CWS sb14 (1.4.4); FILE MERGED

2004/03/05 08:35:20 sb 1.4.4.1: #i21150# Support for rest parameters; clean up.
This commit is contained in:
Rüdiger Timm 2004-03-30 15:46:55 +00:00
parent 569b1e18a2
commit ad2ae1b278

View file

@ -2,9 +2,9 @@
*
* $RCSfile: fehelper.cxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: hr $ $Date: 2004-02-03 11:59:47 $
* last change: $Author: rt $ $Date: 2004-03-30 16:46:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -81,7 +81,7 @@ FeDeclarator::~FeDeclarator()
{
}
sal_Bool FeDeclarator::checkType(AstDeclaration *type)
sal_Bool FeDeclarator::checkType(AstDeclaration const * type)
{
OString tmp(m_name);
sal_Int32 count = m_name.lastIndexOf( ':' );
@ -94,7 +94,7 @@ sal_Bool FeDeclarator::checkType(AstDeclaration *type)
return sal_True;
}
AstType* FeDeclarator::compose(AstDeclaration* pDecl)
AstType const * FeDeclarator::compose(AstDeclaration const * pDecl)
{
AstArray* pArray;
AstType* pType;