summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-19 09:40:21 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-19 09:40:38 +0200
commitdf64e7c709fc6d771546554b4026583c55609105 (patch)
tree04dac4d18b94c497f4be9f4443390bf3e170ef15 /include
parent023e945ab298bfa6e73eb6b82789fc2fca97f247 (diff)
loplugin:vclwidgets
Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d
Diffstat (limited to 'include')
-rw-r--r--include/writerperfect/WPFTEncodingDialog.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/writerperfect/WPFTEncodingDialog.hxx b/include/writerperfect/WPFTEncodingDialog.hxx
index 5288083837f5..ebc535530c39 100644
--- a/include/writerperfect/WPFTEncodingDialog.hxx
+++ b/include/writerperfect/WPFTEncodingDialog.hxx
@@ -45,6 +45,8 @@ private:
DECL_LINK( DoubleClickHdl, ListBox* );
DECL_LINK(CancelHdl, void*);
+ void dispose() SAL_OVERRIDE;
+
WPFTEncodingDialog(WPFTEncodingDialog const &) SAL_DELETED_FUNCTION;
WPFTEncodingDialog &operator=(WPFTEncodingDialog const &) SAL_DELETED_FUNCTION;
};