Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: xfa/fxfa/xfa_ffwidget.h

Issue 2506083002: Continue formatting fwl/core (Closed)
Patch Set: format Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fxfa/app/xfa_ffwidget.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/xfa_ffwidget.h
diff --git a/xfa/fxfa/xfa_ffwidget.h b/xfa/fxfa/xfa_ffwidget.h
index a2aaee2fe26a86a7f62a943b973fcae4d3d1a354..3c2af1647ce4369abf985580a3fe4b62c825a430 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,
« no previous file with comments | « xfa/fxfa/app/xfa_ffwidget.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698