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 4dbfcbc2a9e82c2d095d34cc36ee3f71447e4150..602da731bbd225d9c60ed83f3e51199c4959eac2 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; |
} |