diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-08 21:49:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-08 21:49:53 +0200 |
commit | 18e4e155642b4a4cbcc1090df081e45eaf7de8a0 (patch) | |
tree | 9ff08185b885edceb83eb373f49154345425d98c /extensions | |
parent | 2ba05b4800d6cc322276a6911792363f8eb32051 (diff) |
loplugin:saloverride
Change-Id: Ia43a2a842d97dc9ad9fdbe7f59d62998496cc97a
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abpfinalpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx index 6c8c3296d3f1..821f39f62525 100644 --- a/extensions/source/abpilot/abpfinalpage.hxx +++ b/extensions/source/abpilot/abpfinalpage.hxx @@ -52,7 +52,7 @@ namespace abp public: FinalPage( OAddessBookSourcePilot* _pParent ); - ~FinalPage(); + virtual ~FinalPage(); protected: // OWizardPage overridables |