| Index: xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| index 3b991065adc916219ca0485830d4470c09a6411a..08596cb090b6576f3bb0c1bbbc5d73cd3507956b 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_layout_itemlayout.cpp
|
| @@ -360,7 +360,6 @@ void CXFA_ItemLayoutProcessor::SplitLayoutItem(
|
| void CXFA_ItemLayoutProcessor::SplitLayoutItem(FX_FLOAT fSplitPos) {
|
| ASSERT(m_pLayoutItem);
|
| SplitLayoutItem(m_pLayoutItem, NULL, fSplitPos);
|
| - return;
|
| }
|
|
|
| IXFA_LayoutPage* CXFA_LayoutItem::GetPage() const {
|
|
|