summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astconstant.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astconstant.hxx')
-rw-r--r--idlc/inc/idlc/astconstant.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/idlc/inc/idlc/astconstant.hxx b/idlc/inc/idlc/astconstant.hxx
index b9c87ad42f03..8bd2952123f8 100644
--- a/idlc/inc/idlc/astconstant.hxx
+++ b/idlc/inc/idlc/astconstant.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@ public:
AstConstant(const ExprType type, AstExpression* pExpr,
const ::rtl::OString& name, AstScope* pScope);
virtual ~AstConstant();
-
+
AstExpression* getConstValue()
{ return m_pConstValue; }
ExprType getConstValueType() const
@@ -50,8 +50,8 @@ public:
sal_Bool dumpBlob(
typereg::Writer & rBlob, sal_uInt16 index, bool published);
private:
- AstExpression* m_pConstValue;
- const ExprType m_constValueType;
+ AstExpression* m_pConstValue;
+ const ExprType m_constValueType;
};
#endif // _IDLC_ASTCONSTANT_HXX_