diff --git a/idlc/source/fehelper.cxx b/idlc/source/fehelper.cxx index c4dbf151766d..29f40d64587c 100644 --- a/idlc/source/fehelper.cxx +++ b/idlc/source/fehelper.cxx @@ -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;