diff options
Diffstat (limited to 'xfa/fgas/layout/cfx_rtfbreak.h')
-rw-r--r-- | xfa/fgas/layout/cfx_rtfbreak.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fgas/layout/cfx_rtfbreak.h b/xfa/fgas/layout/cfx_rtfbreak.h index 67052d23ad..3f302ca7a8 100644 --- a/xfa/fgas/layout/cfx_rtfbreak.h +++ b/xfa/fgas/layout/cfx_rtfbreak.h @@ -75,9 +75,9 @@ class CFX_RTFBreak : public CFX_Break { bool GetPositionedTab(int32_t* iTabPos) const; int32_t GetBreakPos(std::vector<CFX_Char>& tca, - int32_t& iEndPos, bool bAllChars, - bool bOnlyBrk); + bool bOnlyBrk, + int32_t* pEndPos); void SplitTextLine(CFX_BreakLine* pCurLine, CFX_BreakLine* pNextLine, bool bAllChars); |