summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astoperation.hxx')
-rw-r--r--idlc/inc/idlc/astoperation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astoperation.hxx b/idlc/inc/idlc/astoperation.hxx
index 4b6b8e7d14d5..c5dbf10b3332 100644
--- a/idlc/inc/idlc/astoperation.hxx
+++ b/idlc/inc/idlc/astoperation.hxx
@@ -47,7 +47,7 @@ public:
sal_uInt16 nExceptions()
{ return (sal_uInt16)(m_exceptions.size()); }
- sal_Bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
+ bool dumpBlob(typereg::Writer & rBlob, sal_uInt16 index);
// scope management
virtual AstDeclaration* addDeclaration(AstDeclaration* pDecl);