| Index: xfa/fxfa/parser/cscript_signaturepseudomodel.cpp
|
| diff --git a/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp b/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp
|
| index 5a484ab12c08e6d0cb1bf60fe2b614618eb7d02e..391f3be38171bbed5023945cb859b595bfa02646 100644
|
| --- a/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp
|
| +++ b/xfa/fxfa/parser/cscript_signaturepseudomodel.cpp
|
| @@ -44,7 +44,7 @@ void CScript_SignaturePseudoModel::Sign(CFXJSE_Arguments* pArguments) {
|
|
|
| CFXJSE_Value* pValue = pArguments->GetReturnValue();
|
| if (pValue)
|
| - pValue->SetBoolean(FALSE);
|
| + pValue->SetBoolean(false);
|
| }
|
|
|
| void CScript_SignaturePseudoModel::Enumerate(CFXJSE_Arguments* pArguments) {
|
| @@ -64,5 +64,5 @@ void CScript_SignaturePseudoModel::Clear(CFXJSE_Arguments* pArguments) {
|
|
|
| CFXJSE_Value* pValue = pArguments->GetReturnValue();
|
| if (pValue)
|
| - pValue->SetBoolean(FALSE);
|
| + pValue->SetBoolean(false);
|
| }
|
|
|