summaryrefslogtreecommitdiff
path: root/include/framework/dispatchhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/dispatchhelper.hxx')
-rw-r--r--include/framework/dispatchhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/dispatchhelper.hxx b/include/framework/dispatchhelper.hxx
index 2b4c79bf7c57..f1e28e803ea3 100644
--- a/include/framework/dispatchhelper.hxx
+++ b/include/framework/dispatchhelper.hxx
@@ -70,7 +70,7 @@ class FWE_DLLPUBLIC DispatchHelper : public ::cppu::WeakImplHelper< css::lang::X
// ctor/dtor
DispatchHelper( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~DispatchHelper( );
+ virtual ~DispatchHelper( ) override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName ( ) throw( css::uno::RuntimeException, std::exception ) override;