summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.hxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/helpinterceptor.hxx b/sfx2/source/appl/helpinterceptor.hxx
index 77285b34ea7b..96836a09415f 100644
--- a/sfx2/source/appl/helpinterceptor.hxx
+++ b/sfx2/source/appl/helpinterceptor.hxx
@@ -71,7 +71,7 @@ friend class SfxHelpWindow_Impl;
public:
HelpInterceptor_Impl();
- virtual ~HelpInterceptor_Impl();
+ virtual ~HelpInterceptor_Impl() override;
void setInterception( const css::uno::Reference< css::frame::XFrame >& xFrame );
const OUString& GetCurrentURL() const { return m_aCurrentURL; }
@@ -143,7 +143,7 @@ public:
HelpStatusListener_Impl(
css::uno::Reference < css::frame::XDispatch > const & xDispatch,
css::util::URL& rURL);
- virtual ~HelpStatusListener_Impl();
+ virtual ~HelpStatusListener_Impl() override;
virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& Event )
throw( css::uno::RuntimeException, std::exception ) override;