From ad2ae1b2786d64fb72b73153e3ac4c24240a6cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 30 Mar 2004 15:46:55 +0000 Subject: [PATCH] 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. --- idlc/source/fehelper.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;