From 14a60c50b10de1d9e4edd3629ea210a816940a75 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 16 Nov 2016 12:15:27 -0800 Subject: Continue formatting fwl/core Review-Url: https://codereview.chromium.org/2506083002 --- xfa/fxfa/xfa_ffwidget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xfa/fxfa/xfa_ffwidget.h') 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& sSuggest); virtual bool ReplaceSpellCheckWord(CFX_PointF pointf, -- cgit v1.2.3