| Index: xfa/fwl/core/ifwl_edit.h
|
| diff --git a/xfa/fwl/core/ifwl_edit.h b/xfa/fwl/core/ifwl_edit.h
|
| index 262d16e8f00d7ccf499e6024291912a2b894069a..0f8b7a1219ba35e11bf67327533d3a57b3c1e7d5 100644
|
| --- a/xfa/fwl/core/ifwl_edit.h
|
| +++ b/xfa/fwl/core/ifwl_edit.h
|
| @@ -28,8 +28,6 @@
|
| #define FWL_STYLEEXT_EDT_Validate (1L << 7)
|
| #define FWL_STYLEEXT_EDT_Password (1L << 8)
|
| #define FWL_STYLEEXT_EDT_Number (1L << 9)
|
| -#define FWL_STYLEEXT_EDT_HSelfAdaption (1L << 10)
|
| -#define FWL_STYLEEXT_EDT_VSelfAdaption (1L << 11)
|
| #define FWL_STYLEEXT_EDT_VerticalLayout (1L << 12)
|
| #define FWL_STYLEEXT_EDT_VerticalChars (1L << 13)
|
| #define FWL_STYLEEXT_EDT_ReverseLine (1L << 14)
|
| @@ -67,12 +65,6 @@ FWL_EVENT_DEF(CFWL_EvtEdtTextChanged,
|
|
|
| FWL_EVENT_DEF(CFWL_EvtEdtTextFull, CFWL_EventType::TextFull)
|
|
|
| -FWL_EVENT_DEF(CFWL_EvtEdtPreSelfAdaption,
|
| - CFWL_EventType::PreSelfAdaption,
|
| - bool bHSelfAdaption;
|
| - bool bVSelfAdaption;
|
| - CFX_RectF rtAfterChange;)
|
| -
|
| FWL_EVENT_DEF(CFWL_EvtEdtValidate,
|
| CFWL_EventType::Validate,
|
| IFWL_Widget* pDstWidget;
|
|
|