diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-10 12:46:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-10 12:46:33 -0800 |
commit | d2bf06228d7572545717cd36ea0dabc67e9b6d84 (patch) | |
tree | f0844fd8bad48a70b80b01397a2b3eb967017d19 /xfa/fwl/core/ifwl_pushbutton.cpp | |
parent | 3e577c2660c89646b56753839c1ec59c3ad187f4 (diff) | |
download | pdfium-d2bf06228d7572545717cd36ea0dabc67e9b6d84.tar.xz |
Continue IFWL cleanup
Cleaning up more IFWL classes.
Review-Url: https://codereview.chromium.org/2492563002
Diffstat (limited to 'xfa/fwl/core/ifwl_pushbutton.cpp')
-rw-r--r-- | xfa/fwl/core/ifwl_pushbutton.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fwl/core/ifwl_pushbutton.cpp b/xfa/fwl/core/ifwl_pushbutton.cpp index da36e71b01..0b3b574743 100644 --- a/xfa/fwl/core/ifwl_pushbutton.cpp +++ b/xfa/fwl/core/ifwl_pushbutton.cpp @@ -369,7 +369,8 @@ void IFWL_PushButton::UpdateTextOutStyles() { m_iTTOAlign = FDE_TTOALIGNMENT_BottomRight; break; } - default: {} + default: + break; } m_dwTTOStyles = FDE_TTOSTYLE_SingleLine; if (m_pProperties->m_dwStyleExes & FWL_WGTSTYLE_RTLReading) { |