summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpdispatch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/helpdispatch.hxx')
-rw-r--r--sfx2/source/appl/helpdispatch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/helpdispatch.hxx b/sfx2/source/appl/helpdispatch.hxx
index 55b970e3e2e9..dce297d4647c 100644
--- a/sfx2/source/appl/helpdispatch.hxx
+++ b/sfx2/source/appl/helpdispatch.hxx
@@ -34,7 +34,7 @@ private:
public:
HelpDispatch_Impl( HelpInterceptor_Impl& _rInterceptor,
const css::uno::Reference< css::frame::XDispatch >& _xDisp );
- virtual ~HelpDispatch_Impl();
+ virtual ~HelpDispatch_Impl() override;
// XDispatch
virtual void SAL_CALL dispatch( const css::util::URL& aURL, const css::uno::Sequence< css::beans::PropertyValue >& aArgs ) throw(css::uno::RuntimeException, std::exception) override;