Index: fpdfsdk/formfiller/cffl_iformfiller.cpp |
diff --git a/fpdfsdk/formfiller/cffl_iformfiller.cpp b/fpdfsdk/formfiller/cffl_iformfiller.cpp |
index 55907aa5b3eec666253eb792e1c7f52d1c6f53a4..a73f543c7ceeeb2a98981d6783aa28ddbd7d7b4e 100644 |
--- a/fpdfsdk/formfiller/cffl_iformfiller.cpp |
+++ b/fpdfsdk/formfiller/cffl_iformfiller.cpp |
@@ -46,7 +46,7 @@ FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, |
pPDFAnnot->GetRect(rcAnnot); |
CFX_FloatRect rcWin = CPWL_Utils::InflateRect(rcAnnot, 1); |
- return rcWin.GetOutterRect(); |
+ return rcWin.GetOuterRect(); |
} |
void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, |