| Index: xfa/fwl/basewidget/fwl_comboboximp.cpp
|
| diff --git a/xfa/fwl/basewidget/fwl_comboboximp.cpp b/xfa/fwl/basewidget/fwl_comboboximp.cpp
|
| index fd7c6d6266e4dea51fc86d5b96e17a50f3f5c1ba..9075390934a0e1d9c34bb0b2c169b4477eefa349 100644
|
| --- a/xfa/fwl/basewidget/fwl_comboboximp.cpp
|
| +++ b/xfa/fwl/basewidget/fwl_comboboximp.cpp
|
| @@ -488,9 +488,7 @@ FWL_ERR CFWL_ComboBoxImp::GetClassName(CFX_WideString& wsClass) const {
|
| wsClass = FWL_CLASS_ComboBox;
|
| return FWL_ERR_Succeeded;
|
| }
|
| -uint32_t CFWL_ComboBoxImp::GetClassID() const {
|
| - return FWL_CLASSHASH_ComboBox;
|
| -}
|
| +
|
| FWL_ERR CFWL_ComboBoxImp::Initialize() {
|
| if (m_pWidgetMgr->IsFormDisabled()) {
|
| return DisForm_Initialize();
|
|
|