diff options
Diffstat (limited to 'xfa/fde/cfde_texteditengine.cpp')
-rw-r--r-- | xfa/fde/cfde_texteditengine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fde/cfde_texteditengine.cpp b/xfa/fde/cfde_texteditengine.cpp index d085a8d147..39396ad00d 100644 --- a/xfa/fde/cfde_texteditengine.cpp +++ b/xfa/fde/cfde_texteditengine.cpp @@ -939,7 +939,6 @@ std::vector<CFX_RectF> CFDE_TextEditEngine::GetCharRects( FX_TXTRUN tr; tr.pEdtEngine = this; - tr.pIdentity = &piece; tr.iLength = piece.nCount; tr.pFont = font_; tr.fFontSize = font_size_; @@ -956,7 +955,6 @@ std::vector<FXTEXT_CHARPOS> CFDE_TextEditEngine::GetDisplayPos( FX_TXTRUN tr; tr.pEdtEngine = this; - tr.pIdentity = &piece; tr.iLength = piece.nCount; tr.pFont = font_; tr.fFontSize = font_size_; |