summaryrefslogtreecommitdiff
path: root/idlc/inc/astattribute.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/astattribute.hxx')
-rw-r--r--idlc/inc/astattribute.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/astattribute.hxx b/idlc/inc/astattribute.hxx
index 030f6e12f9de..163578a80031 100644
--- a/idlc/inc/astattribute.hxx
+++ b/idlc/inc/astattribute.hxx
@@ -86,13 +86,13 @@ public:
{ return ((m_flags & AF_REMOVABLE) == AF_REMOVABLE); }
bool dumpBlob(
- typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex);
+ typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex) const;
private:
void dumpExceptions(
typereg::Writer & writer, OUString const & documentation,
DeclList const & exceptions, RTMethodMode flags,
- sal_uInt16 * methodIndex);
+ sal_uInt16 * methodIndex) const;
const sal_uInt32 m_flags;
AstType const * m_pType;