| Index: xfa/fwl/cfwl_eventcheckword.h
|
| diff --git a/xfa/fwl/core/cfwl_evtcheckword.h b/xfa/fwl/cfwl_eventcheckword.h
|
| similarity index 50%
|
| rename from xfa/fwl/core/cfwl_evtcheckword.h
|
| rename to xfa/fwl/cfwl_eventcheckword.h
|
| index aa853c6a8f406fd3e2289a09495af6e2ffeb9aff..3de1e75c248001de6c4fb157a601ab32e9f42c4e 100644
|
| --- a/xfa/fwl/core/cfwl_evtcheckword.h
|
| +++ b/xfa/fwl/cfwl_eventcheckword.h
|
| @@ -4,18 +4,18 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
| -#define XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
| +#ifndef XFA_FWL_CFWL_EVENTCHECKWORD_H_
|
| +#define XFA_FWL_CFWL_EVENTCHECKWORD_H_
|
|
|
| -#include "xfa/fwl/core/cfwl_event.h"
|
| +#include "xfa/fwl/cfwl_event.h"
|
|
|
| -class CFWL_EvtCheckWord : public CFWL_Event {
|
| +class CFWL_EventCheckWord : public CFWL_Event {
|
| public:
|
| - explicit CFWL_EvtCheckWord(CFWL_Widget* pSrcTarget);
|
| - ~CFWL_EvtCheckWord() override;
|
| + explicit CFWL_EventCheckWord(CFWL_Widget* pSrcTarget);
|
| + ~CFWL_EventCheckWord() override;
|
|
|
| CFX_ByteString bsWord;
|
| bool bCheckWord;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
|
| +#endif // XFA_FWL_CFWL_EVENTCHECKWORD_H_
|
|
|