diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-11-01 20:51:27 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-11-01 20:51:27 +0000 |
commit | 14fe518ae67eac22cc169517e69092f62a195913 (patch) | |
tree | 5dc56f72eb362ece77e24d01cb58c8536a42c2c2 /fxjs/cjx_eventpseudomodel.h | |
parent | 1bc5e494b675aeb5e73cae1d0d3cfad341a05a60 (diff) | |
download | pdfium-14fe518ae67eac22cc169517e69092f62a195913.tar.xz |
Add GetDocument() helper to CJX_Object
Change-Id: I710ea0baa1befb093d7174d4fc61a5ab28e9f92a
Reviewed-on: https://pdfium-review.googlesource.com/17315
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'fxjs/cjx_eventpseudomodel.h')
-rw-r--r-- | fxjs/cjx_eventpseudomodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjx_eventpseudomodel.h b/fxjs/cjx_eventpseudomodel.h index 10bacaebbe..95de0b5f5b 100644 --- a/fxjs/cjx_eventpseudomodel.h +++ b/fxjs/cjx_eventpseudomodel.h @@ -38,8 +38,6 @@ class CJX_EventPseudoModel : public CJX_Object { explicit CJX_EventPseudoModel(CScript_EventPseudoModel* model); ~CJX_EventPseudoModel() override; - CScript_EventPseudoModel* GetXFAEventPseudoModel(); - void Change(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void CommitKey(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void FullText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); |