summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_ffnotify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_ffnotify.cpp')
-rw-r--r--xfa/src/fxfa/src/app/xfa_ffnotify.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_ffnotify.cpp b/xfa/src/fxfa/src/app/xfa_ffnotify.cpp
index 5a887095cb..b9078b309e 100644
--- a/xfa/src/fxfa/src/app/xfa_ffnotify.cpp
+++ b/xfa/src/fxfa/src/app/xfa_ffnotify.cpp
@@ -443,7 +443,7 @@ void CXFA_FFNotify::OnValueChanging(CXFA_Node* pSender,
return;
}
CXFA_FFWidget* pWidget = NULL;
- while ((pWidget = pWidgetAcc->GetNextWidget(pWidget)) != NULL) {
+ while ((pWidget = pWidgetAcc->GetNextWidget(pWidget))) {
if (pWidget->IsLoaded()) {
pWidget->AddInvalidateRect();
}
@@ -522,7 +522,7 @@ void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender,
}
}
CXFA_FFWidget* pWidget = NULL;
- while ((pWidget = pWidgetAcc->GetNextWidget(pWidget)) != NULL) {
+ while ((pWidget = pWidgetAcc->GetNextWidget(pWidget))) {
if (!pWidget->IsLoaded()) {
continue;
}