diff options
Diffstat (limited to 'fxjs/cjx_datawindow.h')
-rw-r--r-- | fxjs/cjx_datawindow.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fxjs/cjx_datawindow.h b/fxjs/cjx_datawindow.h index 054f5237d2..ccdfea4b17 100644 --- a/fxjs/cjx_datawindow.h +++ b/fxjs/cjx_datawindow.h @@ -25,14 +25,14 @@ class CJX_DataWindow : public CJX_Object { void IsRecordGroup(CFXJSE_Arguments* pArguments); void RecordsBefore(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute); + XFA_Attribute eAttribute); void CurrentRecordNumber(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute); + XFA_Attribute eAttribute); void RecordsAfter(CFXJSE_Value* pValue, bool bSetting, - XFA_ATTRIBUTE eAttribute); - void IsDefined(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); + XFA_Attribute eAttribute); + void IsDefined(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute); }; #endif // FXJS_CJX_DATAWINDOW_H_ |