diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-05 07:49:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-05 07:49:11 +0100 |
commit | 4882664e39718109e2ae80348da8b914eb8b2ae6 (patch) | |
tree | b9e136410f32669aeb8ec4f93848983566bc9185 /cui/source/inc/autocdlg.hxx | |
parent | 06302bb3d1969c4b8a204b6fdc9b15d052861134 (diff) |
loplugin:vclwidgets
Change-Id: I3e5d88bdc2ecae6164c75da8ddf1b8cfe0ed325f
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 1c4eac679ea5..a874f6ad431d 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -188,6 +188,8 @@ class AutoCorrEdit : public Edit sal_Int32 m_nCol; bool bSpaces; + void dispose() override; + public: AutoCorrEdit(vcl::Window* pParent, const ResId& rResId) : Edit(pParent, rResId) @@ -203,6 +205,8 @@ public: { } + virtual ~AutoCorrEdit(); + void SetActionHdl( const Link<AutoCorrEdit&,bool>& rLink ) { aActionLink = rLink;} |