diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_logpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_logpseudomodel.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xfa/fxfa/parser/cscript_logpseudomodel.h b/xfa/fxfa/parser/cscript_logpseudomodel.h index 9344f203b3..e4a33f4aae 100644 --- a/xfa/fxfa/parser/cscript_logpseudomodel.h +++ b/xfa/fxfa/parser/cscript_logpseudomodel.h @@ -7,17 +7,14 @@ #ifndef XFA_FXFA_PARSER_CSCRIPT_LOGPSEUDOMODEL_H_ #define XFA_FXFA_PARSER_CSCRIPT_LOGPSEUDOMODEL_H_ -#include "fxjs/xfa/cjx_logpseudomodel.h" #include "xfa/fxfa/parser/cxfa_object.h" +class CXFA_Document; + class CScript_LogPseudoModel : public CXFA_Object { public: explicit CScript_LogPseudoModel(CXFA_Document* pDocument); ~CScript_LogPseudoModel() override; - - CJX_LogPseudoModel* JSLogPseudoModel() { - return static_cast<CJX_LogPseudoModel*>(JSObject()); - } }; #endif // XFA_FXFA_PARSER_CSCRIPT_LOGPSEUDOMODEL_H_ |