| Index: xfa/fwl/core/cfwl_combobox.cpp
|
| diff --git a/xfa/fwl/core/cfwl_combobox.cpp b/xfa/fwl/core/cfwl_combobox.cpp
|
| index 1a75927dda45b39d69a9f0e111a81300a6648f43..572f4bf949569af7c390dda4c723c5e48e8c2616 100644
|
| --- a/xfa/fwl/core/cfwl_combobox.cpp
|
| +++ b/xfa/fwl/core/cfwl_combobox.cpp
|
| @@ -232,10 +232,8 @@ void CFWL_ComboBox::EditModifyStylesEx(uint32_t dwStylesExAdded,
|
| }
|
| }
|
|
|
| -FWL_Error CFWL_ComboBox::GetCaption(IFWL_Widget* pWidget,
|
| - CFX_WideString& wsCaption) {
|
| - return FWL_Error::Succeeded;
|
| -}
|
| +void CFWL_ComboBox::GetCaption(IFWL_Widget* pWidget,
|
| + CFX_WideString& wsCaption) {}
|
|
|
| int32_t CFWL_ComboBox::CountItems(const IFWL_Widget* pWidget) {
|
| return m_ItemArray.size();
|
|
|