| Index: xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| index 99fe7c255e8f58c073017230b1b87cfb4ef0b5f0..26ae836fc8d7e1557bc9ce79770cedd0750f0dd8 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.cpp
|
| @@ -4,7 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h"
|
| +
|
| #include "xfa/src/fxfa/src/common/xfa_docdata.h"
|
| #include "xfa/src/fxfa/src/common/xfa_doclayout.h"
|
| #include "xfa/src/fxfa/src/common/xfa_document.h"
|
| @@ -14,7 +15,7 @@
|
| #include "xfa/src/fxfa/src/common/xfa_parser.h"
|
| #include "xfa/src/fxfa/src/common/xfa_script.h"
|
| #include "xfa/src/fxfa/src/common/xfa_utils.h"
|
| -#include "xfa/src/fxfa/src/parser/xfa_script_eventpseudomodel.h"
|
| +
|
| CScript_EventPseudoModel::CScript_EventPseudoModel(CXFA_Document* pDocument)
|
| : CXFA_OrdinaryObject(pDocument, XFA_ELEMENT_EventPseudoModel) {
|
| m_uScriptHash = XFA_HASHCODE_Event;
|
|
|