diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:40:03 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-30 15:40:03 +0000 |
commit | f2b97063efdd5cd248f00c4a02001d6b9d570abb (patch) | |
tree | 0ac1dcfe5ad61ba46b9397a89ca9c69bbcbf2338 /idlc | |
parent | 9622dfa71d0070bed29311abcfd3877d6c598b3c (diff) |
INTEGRATION: CWS sb14 (1.1.96); FILE MERGED
2004/03/15 09:53:51 sb 1.1.96.1: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/astconstant.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astconstant.hxx b/idlc/inc/idlc/astconstant.hxx index 8c0f9c1a81a6..f972a1fa290b 100644 --- a/idlc/inc/idlc/astconstant.hxx +++ b/idlc/inc/idlc/astconstant.hxx @@ -2,9 +2,9 @@ * * $RCSfile: astconstant.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:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,8 @@ #include <idlc/astexpression.hxx> #endif +namespace typereg { class Writer; } + class AstConstant : public AstDeclaration { public: @@ -82,7 +84,7 @@ public: const ExprType getConstValueType() { return m_constValueType; } - sal_Bool dumpBlob(RegistryTypeWriter& rBlob, sal_uInt16 index); + sal_Bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index); private: AstExpression* m_pConstValue; const ExprType m_constValueType; |