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 81a3915cddc6..e03d4f8db26d 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 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDisp );
- ~HelpDispatch_Impl();
+ virtual ~HelpDispatch_Impl();
// XDispatch
virtual void SAL_CALL dispatch( const ::com::sun::star::util::URL& aURL, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgs ) throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;