Index: xfa/fgas/layout/fgas_rtfbreak.h |
diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h |
index d595ad38d1008107e3a863250a440ed6e54f3a42..2519dcf51129176d91ffe32b122b3c08c3cc59c9 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; } |