diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_layoutpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_layoutpseudomodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cscript_layoutpseudomodel.h b/xfa/fxfa/parser/cscript_layoutpseudomodel.h index ad64417bf3..55a00db14a 100644 --- a/xfa/fxfa/parser/cscript_layoutpseudomodel.h +++ b/xfa/fxfa/parser/cscript_layoutpseudomodel.h @@ -55,6 +55,9 @@ class CScript_LayoutPseudoModel : public CXFA_Object { bool bOnPageArea, CXFA_NodeArray& retArray); void PageImp(CFXJSE_Arguments* pArguments, bool bAbsPage); + + private: + void ThrowSetReadyException() const; }; #endif // XFA_FXFA_PARSER_CSCRIPT_LAYOUTPSEUDOMODEL_H_ |