| Index: fpdfsdk/formfiller/cffl_iformfiller.cpp
|
| diff --git a/fpdfsdk/formfiller/cffl_iformfiller.cpp b/fpdfsdk/formfiller/cffl_iformfiller.cpp
|
| index c832a96b1edd40f0329138af2bfdc4cfeede6cac..db1f538e9d8b6f5b7f292b959dc17b02c694d5a2 100644
|
| --- a/fpdfsdk/formfiller/cffl_iformfiller.cpp
|
| +++ b/fpdfsdk/formfiller/cffl_iformfiller.cpp
|
| @@ -716,14 +716,14 @@ void CFFL_IFormFiller::OnFormat(CPDFSDK_Widget* pWidget,
|
| CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();
|
| CPDFSDK_InterForm* pInterForm = pDocument->GetInterForm();
|
|
|
| - FX_BOOL bFormated = FALSE;
|
| + FX_BOOL bFormatted = FALSE;
|
| CFX_WideString sValue =
|
| - pInterForm->OnFormat(pWidget->GetFormField(), bFormated);
|
| + pInterForm->OnFormat(pWidget->GetFormField(), bFormatted);
|
|
|
| if (bExit)
|
| return;
|
|
|
| - if (bFormated) {
|
| + if (bFormatted) {
|
| pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue.c_str(),
|
| TRUE);
|
| pInterForm->UpdateField(pWidget->GetFormField());
|
|
|