diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-17 10:32:52 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-17 10:32:52 -0800 |
commit | b977720aa7f159ae2c1e9d9b3af1adecff730545 (patch) | |
tree | a16a1ece85b3d5276a7257016302ad27564143da /xfa/fwl/core/ifwl_datetimepicker.h | |
parent | 28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76 (diff) | |
download | pdfium-b977720aa7f159ae2c1e9d9b3af1adecff730545.tar.xz |
Create CFWL_EvtEditChanged
This CL creates a generic event for CFWL_EventType::EditChanged and uses it
in the ComboBox and DateTimePicker. None of the params from the custom events
were used so they have been removed.
Review-Url: https://codereview.chromium.org/2511813002
Diffstat (limited to 'xfa/fwl/core/ifwl_datetimepicker.h')
-rw-r--r-- | xfa/fwl/core/ifwl_datetimepicker.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fwl/core/ifwl_datetimepicker.h b/xfa/fwl/core/ifwl_datetimepicker.h index 5a46bf58f5..efe7674030 100644 --- a/xfa/fwl/core/ifwl_datetimepicker.h +++ b/xfa/fwl/core/ifwl_datetimepicker.h @@ -34,10 +34,6 @@ class IFWL_DateTimeEdit; class IFWL_FormProxy; -FWL_EVENT_DEF(CFWL_Event_DtpEditChanged, - CFWL_EventType::EditChanged, - CFX_WideString m_wsText;) - FWL_EVENT_DEF(CFWL_Event_DtpSelectChanged, CFWL_EventType::SelectChanged, int32_t iYear; |