Index: xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp |
diff --git a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp |
index f6612d15630c4fe78d989cc80b2f92326b1ae984..470a4952eebdbc5fa7a8cf0060b42d26852f9de0 100644 |
--- a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp |
+++ b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp |
@@ -23,8 +23,12 @@ |
CScript_EventPseudoModel::CScript_EventPseudoModel(CXFA_Document* pDocument) |
: CXFA_Object(pDocument, |
XFA_ObjectType::Object, |
- XFA_Element::EventPseudoModel) {} |
+ XFA_Element::EventPseudoModel, |
+ 0x3ef334e3, |
+ CFX_WideStringC(L"eventPseudoModel")) {} |
+ |
CScript_EventPseudoModel::~CScript_EventPseudoModel() {} |
+ |
void Script_EventPseudoModel_StringProperty(CFXJSE_Value* pValue, |
CFX_WideString& wsValue, |
FX_BOOL bSetting) { |