summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_edit.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-03-13 10:15:36 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-03-13 15:27:42 +0000
commit068d34426272bd7f02ffc12139ddd33ee2e237e6 (patch)
tree09e138a9673a5e4a967618b7988cff76f8b8b5ad /xfa/fwl/cfwl_edit.cpp
parenta5a3de93dd6e15740a337a28640d13407cb0368f (diff)
downloadpdfium-068d34426272bd7f02ffc12139ddd33ee2e237e6.tar.xz
Remove TextBreak rotation code
The rotation value is always 0 so we end up doing nothing for the rotation. Change-Id: Ib12a269d4f3c16961b1b934bf9dfc04d1c368e51 Reviewed-on: https://pdfium-review.googlesource.com/2943 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_edit.cpp')
-rw-r--r--xfa/fwl/cfwl_edit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_edit.cpp b/xfa/fwl/cfwl_edit.cpp
index d36e28ab56..62dc7e7e5b 100644
--- a/xfa/fwl/cfwl_edit.cpp
+++ b/xfa/fwl/cfwl_edit.cpp
@@ -687,7 +687,6 @@ void CFWL_Edit::UpdateEditParams() {
params.fTabWidth = params.fFontSize * 1;
params.bTabEquidistant = true;
params.wLineBreakChar = L'\n';
- params.nCharRotation = 0;
params.pEventSink = this;
m_EdtEngine.SetEditParams(params);
}