diff options
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r-- | idlc/source/astoperation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx index cd6076b1f3a8..e88656f25db5 100644 --- a/idlc/source/astoperation.cxx +++ b/idlc/source/astoperation.cxx @@ -41,7 +41,7 @@ bool AstOperation::isVariadic() const { bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index) { sal_uInt16 nParam = getNodeCount(NT_parameter); - sal_uInt16 nExcep = nExceptions(); + sal_uInt16 nExcep = (sal_uInt16)m_exceptions.size(); RTMethodMode methodMode = RTMethodMode::TWOWAY; OUString returnTypeName; |