diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:12:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-16 10:12:09 +0200 |
commit | 97a3ea0a2d9194003d67fb3f6bb6f1a5c145440b (patch) | |
tree | c7b9dc5416949132d012d9a537829949da57f084 | |
parent | 109ca5b630018dad9ad4001724abd410886974cd (diff) |
loplugin:saloverride
Change-Id: Ia3f3fbc7a0cd936b9cb6e89a15dd08fb4b73332e
-rw-r--r-- | include/svtools/breadcrumb.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/breadcrumb.hxx b/include/svtools/breadcrumb.hxx index ff08994b508c..6e6ac5fd30c4 100644 --- a/include/svtools/breadcrumb.hxx +++ b/include/svtools/breadcrumb.hxx @@ -47,9 +47,9 @@ class SVT_DLLPUBLIC Breadcrumb : public VclHBox public: Breadcrumb( vcl::Window* pParent, WinBits nWinStyle = 0 ); - ~Breadcrumb(); + virtual ~Breadcrumb(); - void dispose(); + void dispose() SAL_OVERRIDE; void SetClickHdl( const Link<>& rLink ); OUString GetHdlURL(); |