diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:40:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:40:25 +0000 |
commit | 3a23a99b8199efc6aa207d51a1be7d0aa4966aa8 (patch) | |
tree | 348d9a45fc88db5c26eeaad12d57ff463bb40f40 /idlc/inc | |
parent | 05b96888b86bf59a03df80b1346bebe12c4c981a (diff) |
INTEGRATION: CWS sb14 (1.1.96); FILE MERGED
2004/03/15 09:53:52 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
Diffstat (limited to 'idlc/inc')
-rw-r--r-- | idlc/inc/idlc/astenum.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astenum.hxx b/idlc/inc/idlc/astenum.hxx index f27cac8e7ec9..e877dfcf1192 100644 --- a/idlc/inc/idlc/astenum.hxx +++ b/idlc/inc/idlc/astenum.hxx @@ -2,9 +2,9 @@ * * $RCSfile: astenum.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:23:01 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:40:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ public: AstConstant* checkValue(AstExpression* pExpr); - virtual sal_Bool dump(RegistryKey& rKey, RegistryTypeWriterLoader* pLoader); + virtual sal_Bool dump(RegistryKey& rKey); virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl); private: |