Index: xfa/src/fxfa/src/app/xfa_ffpageview.cpp |
diff --git a/xfa/src/fxfa/src/app/xfa_ffpageview.cpp b/xfa/src/fxfa/src/app/xfa_ffpageview.cpp |
index 32d749bc0114d4e1213c6c7d5cd1e633c5f7966a..c9b55c889a952f46380a05605dde795c410d243c 100644 |
--- a/xfa/src/fxfa/src/app/xfa_ffpageview.cpp |
+++ b/xfa/src/fxfa/src/app/xfa_ffpageview.cpp |
@@ -341,9 +341,7 @@ void CXFA_FFTabOrderPageWidgetIterator::OrderContainer( |
CFX_PtrArray tabParams; |
CXFA_LayoutItem* pSearchItem = sIterator->MoveToNext(); |
while (pSearchItem) { |
- FX_BOOL bIsContentLayoutItem = |
- ((CXFA_LayoutItem*)pSearchItem)->IsContentLayoutItem(); |
- if (!bIsContentLayoutItem) { |
+ if (!pSearchItem->IsContentLayoutItem()) { |
bContentArea = TRUE; |
pSearchItem = sIterator->MoveToNext(); |
continue; |