| Index: xfa/fwl/core/cfwl_evtcheckword.h
|
| diff --git a/xfa/fwl/core/cfwl_evtkillfocus.h b/xfa/fwl/core/cfwl_evtcheckword.h
|
| similarity index 55%
|
| copy from xfa/fwl/core/cfwl_evtkillfocus.h
|
| copy to xfa/fwl/core/cfwl_evtcheckword.h
|
| index 5a9d292af860ca4ec0b586a0ab2606ecf13765b9..aceb865cf598182b4820e431961cf6196a922de9 100644
|
| --- a/xfa/fwl/core/cfwl_evtkillfocus.h
|
| +++ b/xfa/fwl/core/cfwl_evtcheckword.h
|
| @@ -4,19 +4,20 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
|
| -#define XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
|
| +#ifndef XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
| +#define XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
|
|
| #include "xfa/fwl/core/cfwl_event.h"
|
|
|
| -class CFWL_EvtKillFocus : public CFWL_Event {
|
| +class CFWL_EvtCheckWord : public CFWL_Event {
|
| public:
|
| - CFWL_EvtKillFocus();
|
| - ~CFWL_EvtKillFocus() override;
|
| + CFWL_EvtCheckWord();
|
| + ~CFWL_EvtCheckWord() override;
|
|
|
| CFWL_EventType GetClassID() const override;
|
|
|
| - IFWL_Widget* m_pKillFocus;
|
| + CFX_ByteString bsWord;
|
| + bool bCheckWord;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_EVTKILLFOCUS_H_
|
| +#endif // XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
|
|