diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 09:33:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-10 11:02:23 +0200 |
commit | eb34a6a93fcdebe545ab267d7cc7c5c72bab22c8 (patch) | |
tree | 85fc695ac34f3aaca5095a0e41006094c1fe3245 /svx/source/inc/docrecovery.hxx | |
parent | 663e09800b5bde6c3bfb8655628b4d08f040fedb (diff) |
clang-tidy bugprone-virtual-near-miss in RecoveryDialog
warning: method 'svx::DocRecovery::RecoveryDialog::execute' has a
similar name and the same signature as virtual method 'Dialog::Execute';
did you mean to override it?
Change-Id: I42eadd96069ff23c44fedc76d800161767313e77
Reviewed-on: https://gerrit.libreoffice.org/60240
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc/docrecovery.hxx')
-rw-r--r-- | svx/source/inc/docrecovery.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx index a3f15b15f9ed..0d9b81b0a208 100644 --- a/svx/source/inc/docrecovery.hxx +++ b/svx/source/inc/docrecovery.hxx @@ -521,7 +521,7 @@ class RecoveryDialog : public Dialog virtual void start() override; virtual void end() override; - short execute(); + virtual short Execute() override; // helper private: |