summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/ifwl_pushbutton.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-10 12:46:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-10 12:46:33 -0800
commitd2bf06228d7572545717cd36ea0dabc67e9b6d84 (patch)
treef0844fd8bad48a70b80b01397a2b3eb967017d19 /xfa/fwl/core/ifwl_pushbutton.cpp
parent3e577c2660c89646b56753839c1ec59c3ad187f4 (diff)
downloadpdfium-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.cpp3
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) {