| Index: fpdfsdk/formfiller/cffl_formfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| index 479a1bc1691ea77080f17083acb8c9cf9756b562..b1c11af2b26e0352bdb008a136eb91a2b05cf8f8 100644
|
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp
|
| @@ -71,7 +71,7 @@ FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView* pPageView,
|
|
|
| CFX_FloatRect rect = CPWL_Utils::InflateRect(rcWin, 1);
|
|
|
| - return rect.GetOutterRect();
|
| + return rect.GetOuterRect();
|
| }
|
|
|
| void CFFL_FormFiller::OnDraw(CPDFSDK_PageView* pPageView,
|
|
|