summaryrefslogtreecommitdiff
path: root/xfa/fwl/theme
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-08-10 10:17:13 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-10 22:05:28 +0000
commitf3d8573dc0191437be7339e9d5098bfd3e55aafb (patch)
tree322c860ce30cd5f2a1cb78d13ddb31c3cdb45381 /xfa/fwl/theme
parent0f6ceba6bf6a966c1946aec2ff985dc2728fd71b (diff)
downloadpdfium-f3d8573dc0191437be7339e9d5098bfd3e55aafb.tar.xz
Remove unused FDE_TTOSTYLE_ flags
This CL removes the unused FDE_TTOSTYLE_ flags and their supporting code. Change-Id: Ib5ff1af77ceab5a526a845c1fc316a3742ab810a Reviewed-on: https://pdfium-review.googlesource.com/10455 Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fwl/theme')
-rw-r--r--xfa/fwl/theme/cfwl_widgettp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/theme/cfwl_widgettp.cpp b/xfa/fwl/theme/cfwl_widgettp.cpp
index e863a0e0d3..bf5fd42736 100644
--- a/xfa/fwl/theme/cfwl_widgettp.cpp
+++ b/xfa/fwl/theme/cfwl_widgettp.cpp
@@ -89,7 +89,6 @@ void CFWL_WidgetTP::InitTTO() {
m_pTextOut->SetFont(m_pFDEFont);
m_pTextOut->SetFontSize(FWLTHEME_CAPACITY_FontSize);
m_pTextOut->SetTextColor(FWLTHEME_CAPACITY_TextColor);
- m_pTextOut->SetEllipsisString(L"...");
}
void CFWL_WidgetTP::FinalizeTTO() {