diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-16 12:15:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-16 12:15:27 -0800 |
commit | 14a60c50b10de1d9e4edd3629ea210a816940a75 (patch) | |
tree | 7cf8c062b28245a9f01a3ed7aace12726ddbba85 /xfa/fxfa/xfa_ffwidget.h | |
parent | af177fe1c062d20b663a4a1c14924be85d0e631e (diff) | |
download | pdfium-14a60c50b10de1d9e4edd3629ea210a816940a75.tar.xz |
Continue formatting fwl/core
Review-Url: https://codereview.chromium.org/2506083002
Diffstat (limited to 'xfa/fxfa/xfa_ffwidget.h')
-rw-r--r-- | xfa/fxfa/xfa_ffwidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fxfa/xfa_ffwidget.h b/xfa/fxfa/xfa_ffwidget.h index a2aaee2fe2..3c2af1647c 100644 --- a/xfa/fxfa/xfa_ffwidget.h +++ b/xfa/fxfa/xfa_ffwidget.h @@ -92,9 +92,9 @@ class CXFA_FFWidget : public CXFA_ContentLayoutItem { virtual bool Copy(CFX_WideString& wsCopy); virtual bool Cut(CFX_WideString& wsCut); virtual bool Paste(const CFX_WideString& wsPaste); - virtual bool SelectAll(); - virtual bool Delete(); - virtual bool DeSelect(); + virtual void SelectAll(); + virtual void Delete(); + virtual void DeSelect(); virtual bool GetSuggestWords(CFX_PointF pointf, std::vector<CFX_ByteString>& sSuggest); virtual bool ReplaceSpellCheckWord(CFX_PointF pointf, |