| Index: xfa/src/fdp/src/tto/fde_textout.cpp
|
| diff --git a/xfa/src/fdp/src/tto/fde_textout.cpp b/xfa/src/fdp/src/tto/fde_textout.cpp
|
| index b10a6ecbd78c474ddcd1f50d79b658a290097b15..8d54574274bf33f8a8376953a8f287dcb1305f8d 100644
|
| --- a/xfa/src/fdp/src/tto/fde_textout.cpp
|
| +++ b/xfa/src/fdp/src/tto/fde_textout.cpp
|
| @@ -869,7 +869,6 @@ void CFDE_TextOut::DrawLine(const FDE_LPTTOPIECE pPiece, IFDE_Pen*& pPen) {
|
| if (bVertical) {
|
| pt1.x = rtText.left + rtText.width * 2.0f / 5.0f;
|
| pt1.y = rtText.top;
|
| - ;
|
| pt2.x = pt1.x;
|
| pt2.y = rtText.bottom();
|
| } else {
|
|
|