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/fwl/core/cfwl_combobox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xfa/fwl/core/cfwl_combobox.h') diff --git a/xfa/fwl/core/cfwl_combobox.h b/xfa/fwl/core/cfwl_combobox.h index 5b4f821155..2e904af5fe 100644 --- a/xfa/fwl/core/cfwl_combobox.h +++ b/xfa/fwl/core/cfwl_combobox.h @@ -85,9 +85,9 @@ class CFWL_ComboBox : public CFWL_Widget, public IFWL_ComboBoxDP { bool EditCopy(CFX_WideString& wsCopy); bool EditCut(CFX_WideString& wsCut); bool EditPaste(const CFX_WideString& wsPaste); - bool EditSelectAll(); - bool EditDelete(); - bool EditDeSelect(); + void EditSelectAll(); + void EditDelete(); + void EditDeSelect(); void GetBBox(CFX_RectF& rect); void EditModifyStylesEx(uint32_t dwStylesExAdded, uint32_t dwStylesExRemoved); -- cgit v1.2.3