summaryrefslogtreecommitdiff
path: root/idlc/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-30 15:43:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-30 15:43:22 +0000
commitd34a08c3a1e89abfb348e15e7914c5914666f4c5 (patch)
treefd845d1f578c9fd13e8e31097ca04acd5cf8722e /idlc/inc
parent9e193d7b009945bb32334433a9eb4ceed63f0251 (diff)
INTEGRATION: CWS sb14 (1.2.4); FILE MERGED
2004/03/05 08:35:17 sb 1.2.4.1: #i21150# Support for rest parameters; clean up.
Diffstat (limited to 'idlc/inc')
-rw-r--r--idlc/inc/idlc/fehelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/idlc/inc/idlc/fehelper.hxx b/idlc/inc/idlc/fehelper.hxx
index 25f92f8e8ae1..7922aeca92e3 100644
--- a/idlc/inc/idlc/fehelper.hxx
+++ b/idlc/inc/idlc/fehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fehelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 11:56:59 $
+ * last change: $Author: rt $ $Date: 2004-03-30 16:43:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,8 +88,8 @@ public:
DeclaratorType getDeclType()
{ return m_declType; }
- sal_Bool checkType(AstDeclaration *pType);
- AstType* compose(AstDeclaration* pDecl);
+ sal_Bool checkType(AstDeclaration const * pType);
+ AstType const * compose(AstDeclaration const * pDecl);
private:
AstDeclaration* m_pComplexPart;
::rtl::OString m_name;