diff options
Diffstat (limited to 'xfa/fgas/layout/cfx_txtbreak.h')
-rw-r--r-- | xfa/fgas/layout/cfx_txtbreak.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xfa/fgas/layout/cfx_txtbreak.h b/xfa/fgas/layout/cfx_txtbreak.h index 0529c2656c..d74ea350fe 100644 --- a/xfa/fgas/layout/cfx_txtbreak.h +++ b/xfa/fgas/layout/cfx_txtbreak.h @@ -66,9 +66,7 @@ class CFX_TxtBreak : public CFX_Break { CFX_BreakType EndBreak(CFX_BreakType dwStatus); int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun, - FXTEXT_CHARPOS* pCharPos, - bool bCharCode = false, - CFX_WideString* pWSForms = nullptr) const; + FXTEXT_CHARPOS* pCharPos) const; std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun, bool bCharBBox = false) const; CFX_BreakType AppendChar(wchar_t wch); |