diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fgas/layout/cfx_rtfbreak.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fgas/layout/cfx_rtfbreak.cpp b/xfa/fgas/layout/cfx_rtfbreak.cpp index 11a5c56828..700139160a 100644 --- a/xfa/fgas/layout/cfx_rtfbreak.cpp +++ b/xfa/fgas/layout/cfx_rtfbreak.cpp @@ -767,7 +767,6 @@ int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText, } else if (bRTLPiece) { wForm = FX_GetMirrorChar(wch, dwProps); } - dwProps = FX_GetUnicodeProperties(wForm); if (!bEmptyChar) { if (bCharCode) { |