| Index: xfa/fwl/basewidget/ifwl_combobox.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_combobox.h b/xfa/fwl/basewidget/ifwl_combobox.h
|
| index 92e213f9d04d6c362b2ffc3c83694707b09ecd0c..916e60b5bbe330b5dcb51a9d78a515b37ab02a13 100644
|
| --- a/xfa/fwl/basewidget/ifwl_combobox.h
|
| +++ b/xfa/fwl/basewidget/ifwl_combobox.h
|
| @@ -14,7 +14,6 @@ class CFWL_WidgetImpProperties;
|
| class IFWL_ComboBox;
|
|
|
| #define FWL_CLASS_ComboBox L"FWL_COMBOBOX"
|
| -#define FWL_CLASSHASH_ComboBox 602353697
|
| #define FWL_STYLEEXT_CMB_DropList (0L << 0)
|
| #define FWL_STYLEEXT_CMB_DropDown (1L << 0)
|
| #define FWL_STYLEEXT_CMB_Sort (1L << 1)
|
|
|