| Index: xfa/fgas/layout/fgas_rtfbreak.h
|
| diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h
|
| index 966950f26c3bf61865f15683c17f61d9d0f5d726..be3717f584b87041431cd7ff3706ea7fa39f1d85 100644
|
| --- a/xfa/fgas/layout/fgas_rtfbreak.h
|
| +++ b/xfa/fgas/layout/fgas_rtfbreak.h
|
| @@ -246,7 +246,7 @@ class CFX_RTFBreak {
|
| public:
|
| CFX_RTFBreak(uint32_t dwPolicies);
|
| ~CFX_RTFBreak();
|
| - void Release() { delete this; }
|
| +
|
| void SetLineBoundary(FX_FLOAT fLineStart, FX_FLOAT fLineEnd);
|
| void SetLineStartPos(FX_FLOAT fLinePos);
|
| uint32_t GetLayoutStyles() const { return m_dwLayoutStyles; }
|
|
|