diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-08 22:59:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-08 22:59:33 +0100 |
commit | 8d95cf54781e30a7adc0b11160bb17239c4a3d80 (patch) | |
tree | f7aa8a09f0fb38706bb8e1786b8698de76f2cd08 /sc/source/ui/inc | |
parent | 6115acca2859432f8dff3c707bc42fd54234e91d (diff) |
loplugin:vclwidgets
Change-Id: I7583a76e4d1c98c02bcbf6367a1bf7be815b1461
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/RegressionDialog.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/RegressionDialog.hxx b/sc/source/ui/inc/RegressionDialog.hxx index a4c7089382e0..cba4506cd803 100644 --- a/sc/source/ui/inc/RegressionDialog.hxx +++ b/sc/source/ui/inc/RegressionDialog.hxx @@ -29,6 +29,7 @@ public: virtual bool Close() override; protected: + void dispose() override; virtual sal_Int16 GetUndoNameId() override; virtual ScRange ApplyOutput(ScDocShell* pDocShell) override; }; |