| Index: fpdfsdk/src/fxedit/fxet_ap.cpp
|
| diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp
|
| index b9900d899b3c63a14a60b7fa2d9b59a38092b2c0..4e92099417ccb2690a8719c6b9e22a28d366d296 100644
|
| --- a/fpdfsdk/src/fxedit/fxet_ap.cpp
|
| +++ b/fpdfsdk/src/fxedit/fxet_ap.cpp
|
| @@ -196,11 +196,6 @@ CFX_ByteString IFX_Edit::GetSelectAppearanceStream(
|
| CPVT_Word word;
|
| CPVT_Line line;
|
| if (pIterator->GetWord(word) && pIterator->GetLine(line)) {
|
| - // CPDF_Rect rcWordSel = CPDF_Rect(word.ptWord.x,line.ptLine.y +
|
| - // line.fLineDescent,
|
| - // word.ptWord.x+word.fWidth,line.ptLine.y +
|
| - //line.fLineAscent);
|
| -
|
| sRet << word.ptWord.x + ptOffset.x << " "
|
| << line.ptLine.y + line.fLineDescent << " " << word.fWidth << " "
|
| << line.fLineAscent - line.fLineDescent << " re\nf\n";
|
|
|