summaryrefslogtreecommitdiffstats
path: root/idlc/source/astoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r--idlc/source/astoperation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index 6e9f6753a064..921a3e5365b1 100644
--- a/idlc/source/astoperation.cxx
+++ b/idlc/source/astoperation.cxx
@@ -27,7 +27,7 @@
void AstOperation::setExceptions(DeclList const * pExceptions)
{
- if (pExceptions != 0) {
+ if (pExceptions != nullptr) {
m_exceptions = *pExceptions;
}
}
@@ -45,7 +45,7 @@ bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index)
RTMethodMode methodMode = RTMethodMode::TWOWAY;
OUString returnTypeName;
- if (m_pReturnType == 0) {
+ if (m_pReturnType == nullptr) {
returnTypeName = "void";
} else {
returnTypeName = OStringToOUString(