| Index: xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| index 3f5e47d214767e931ebf2e4d15991cac37a5d906..2066a9fb8c8a3e75832f10727d52a70921945421 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_pagemgr_new.cpp
|
| @@ -521,7 +521,6 @@ void CXFA_LayoutPageMgr::FinishPaginatedPageSets() {
|
| CXFA_ContainerRecord* pRecord = CreateContainerRecord();
|
| AddPageAreaLayoutItem(pRecord, pNode);
|
| break;
|
| - ;
|
| }
|
| }
|
| FX_BOOL bUsable = TRUE;
|
| @@ -670,7 +669,6 @@ FX_BOOL CXFA_LayoutPageMgr::RunBreak(XFA_ELEMENT eBreakType,
|
| case XFA_ATTRIBUTEENUM_Auto:
|
| default:
|
| break;
|
| - ;
|
| }
|
| return bRet;
|
| }
|
|
|