summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:04:21 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:04:21 +0000
commit03759804dac659291d09b9d635b42e7e194e3a13 (patch)
tree435f32592dd6cb9520afdf48ca82ac6766cfa133 /idlc
parentea45401dbd1bce5e758b81ee35277d3773b7ef49 (diff)
INTEGRATION: CWS sb18 (1.2.4); FILE MERGED
2004/05/18 15:36:48 sb 1.2.4.1: #i21150# Added new feature: published.
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/idlc/astconstant.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astconstant.hxx b/idlc/inc/idlc/astconstant.hxx
index f972a1fa290b..6fba0939eae9 100644
--- a/idlc/inc/idlc/astconstant.hxx
+++ b/idlc/inc/idlc/astconstant.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: astconstant.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-03-30 16:40:03 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:04:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,8 @@ public:
const ExprType getConstValueType()
{ return m_constValueType; }
- sal_Bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
+ sal_Bool dumpBlob(
+ typereg::Writer & rBlob, sal_uInt16 index, bool published);
private:
AstExpression* m_pConstValue;
const ExprType m_constValueType;