diff options
Diffstat (limited to 'xfa/fde/cfde_txtedtengine.h')
-rw-r--r-- | xfa/fde/cfde_txtedtengine.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/xfa/fde/cfde_txtedtengine.h b/xfa/fde/cfde_txtedtengine.h index afe55ce505..15d0f0cc77 100644 --- a/xfa/fde/cfde_txtedtengine.h +++ b/xfa/fde/cfde_txtedtengine.h @@ -18,8 +18,7 @@ class IFX_CharIter; class CFDE_TxtEdtEngine { public: CFDE_TxtEdtEngine(); - - void Release(); + ~CFDE_TxtEdtEngine(); void SetEditParams(const FDE_TXTEDTPARAMS& params); FDE_TXTEDTPARAMS* GetEditParams(); @@ -84,9 +83,6 @@ class CFDE_TxtEdtEngine { int32_t& nStartLine) const; FX_WCHAR GetAliasChar() const { return m_wcAliasChar; } - protected: - ~CFDE_TxtEdtEngine(); - private: friend class CFDE_TxtEdtDoRecord_Insert; friend class CFDE_TxtEdtDoRecord_DeleteRange; |