diff options
Diffstat (limited to 'idlc/inc/astoperation.hxx')
-rw-r--r-- | idlc/inc/astoperation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/astoperation.hxx b/idlc/inc/astoperation.hxx index ced2fb32213a..a6aa2cffde1a 100644 --- a/idlc/inc/astoperation.hxx +++ b/idlc/inc/astoperation.hxx @@ -42,7 +42,7 @@ public: void setExceptions(DeclList const * pExceptions); - bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index); + void dumpBlob(typereg::Writer & rBlob, sal_uInt16 index); private: AstType const * m_pReturnType; |