| Index: xfa/src/fxfa/src/app/xfa_fftextedit.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_fftextedit.h b/xfa/src/fxfa/src/app/xfa_fftextedit.h
|
| index 664aa5edc4cd0c124fa890668eb6abf4d74db931..9694b49f40cba56762d12f003ef89d314c91d911 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_fftextedit.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_fftextedit.h
|
| @@ -48,7 +48,6 @@ class CXFA_FFTextEdit : public CXFA_FFField {
|
| const CFX_WideString& wsChanged,
|
| const CFX_WideString& wsPrevText);
|
| void OnTextFull(IFWL_Widget* pWidget);
|
| - void OnAddDoRecord(IFWL_Widget* pWidget);
|
| FX_BOOL CheckWord(const CFX_ByteStringC& sWord);
|
| FX_BOOL GetSuggestWords(const CFX_ByteStringC& sWord,
|
| CFX_ByteStringArray& sSuggest);
|
|
|