| Index: xfa/fxfa/app/xfa_ffchoicelist.h
|
| diff --git a/xfa/fxfa/app/xfa_ffchoicelist.h b/xfa/fxfa/app/xfa_ffchoicelist.h
|
| index 1855d193aa1fbf4ff50c02935b09a2f509066a49..e9bee6f71506d237df8f1833c12a41f9dd7badd8 100644
|
| --- a/xfa/fxfa/app/xfa_ffchoicelist.h
|
| +++ b/xfa/fxfa/app/xfa_ffchoicelist.h
|
| @@ -23,7 +23,7 @@ class CXFA_FFListBox : public CXFA_FFField {
|
| void OnDrawWidget(CFX_Graphics* pGraphics,
|
| const CFX_Matrix* pMatrix = nullptr) override;
|
|
|
| - void OnSelectChanged(IFWL_Widget* pWidget, const CFX_Int32Array& arrSels);
|
| + void OnSelectChanged(CFWL_Widget* pWidget, const CFX_Int32Array& arrSels);
|
| void SetItemState(int32_t nIndex, bool bSelected);
|
| void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
|
| void DeleteItem(int32_t nIndex);
|
| @@ -75,11 +75,10 @@ class CXFA_FFComboBox : public CXFA_FFField {
|
|
|
| virtual void OpenDropDownList();
|
|
|
| - void OnTextChanged(IFWL_Widget* pWidget, const CFX_WideString& wsChanged);
|
| - void OnSelectChanged(IFWL_Widget* pWidget,
|
| - bool bLButtonUp);
|
| - void OnPreOpen(IFWL_Widget* pWidget);
|
| - void OnPostOpen(IFWL_Widget* pWidget);
|
| + void OnTextChanged(CFWL_Widget* pWidget, const CFX_WideString& wsChanged);
|
| + void OnSelectChanged(CFWL_Widget* pWidget, bool bLButtonUp);
|
| + void OnPreOpen(CFWL_Widget* pWidget);
|
| + void OnPostOpen(CFWL_Widget* pWidget);
|
| void SetItemState(int32_t nIndex, bool bSelected);
|
| void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex = -1);
|
| void DeleteItem(int32_t nIndex);
|
|
|