diff options
Diffstat (limited to 'idlc/inc/astattribute.hxx')
-rw-r--r-- | idlc/inc/astattribute.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astattribute.hxx b/idlc/inc/astattribute.hxx index 034a3a40d847..7ce370a7fa94 100644 --- a/idlc/inc/astattribute.hxx +++ b/idlc/inc/astattribute.hxx @@ -85,7 +85,7 @@ public: bool isRemoveable() const { return ((m_flags & AF_REMOVABLE) == AF_REMOVABLE); } - bool dumpBlob( + void dumpBlob( typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex) const; private: |