| Index: xfa/fwl/basewidget/ifwl_datetimepicker.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_datetimepicker.h b/xfa/fwl/basewidget/ifwl_datetimepicker.h
|
| index 446f988fd3747753fdaea05b3af99c5b5a0bd832..7aba68b5a0499853972b54b3b4dc50e0f62246a3 100644
|
| --- a/xfa/fwl/basewidget/ifwl_datetimepicker.h
|
| +++ b/xfa/fwl/basewidget/ifwl_datetimepicker.h
|
| @@ -13,7 +13,6 @@
|
| #include "xfa/fwl/core/cfwl_widgetimpproperties.h"
|
|
|
| #define FWL_CLASS_DateTimePicker L"FWL_DATETIMEPICKER"
|
| -#define FWL_CLASSHASH_DateTimePicker 3851176257
|
| #define FWL_STYLEEXT_DTP_AllowEdit (1L << 0)
|
| #define FWL_STYLEEXT_DTP_LongDateFormat (0L << 1)
|
| #define FWL_STYLEEXT_DTP_ShortDateFormat (1L << 1)
|
|
|