| Index: core/src/reflow/autoreflow.cpp
|
| diff --git a/core/src/reflow/autoreflow.cpp b/core/src/reflow/autoreflow.cpp
|
| index 8c37960932668bf73b534ae90dcbdb3022679c5a..77d60c4efa212cde9eeccf58abfc9d2aaa2c4564 100644
|
| --- a/core/src/reflow/autoreflow.cpp
|
| +++ b/core/src/reflow/autoreflow.cpp
|
| @@ -416,7 +416,7 @@ void CPDF_AutoReflowLayoutProvider::GenerateParagraph(CFX_PtrArray& cellArray)
|
| void CPDF_AutoReflowLayoutProvider::ProcessObj(CFX_PtrArray& cellArray, CPDF_PageObject* pObj, CFX_AffineMatrix matrix)
|
| {
|
| }
|
| -FX_INT32 CPDF_AutoReflowLayoutProvider::LogicPreObj(CPDF_PageObject* pObj)
|
| +int32_t CPDF_AutoReflowLayoutProvider::LogicPreObj(CPDF_PageObject* pObj)
|
| {
|
| CPDF_PageObject* pPreObj = m_pPreObj;
|
| m_pPreObj = pObj;
|
|
|