summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/servicehandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/servicehandler.hxx')
-rw-r--r--framework/inc/dispatch/servicehandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx
index bd75de8d7f96..ea3a66d23589 100644
--- a/framework/inc/dispatch/servicehandler.hxx
+++ b/framework/inc/dispatch/servicehandler.hxx
@@ -68,7 +68,7 @@ class ServiceHandler : public ::cppu::WeakImplHelper<
// ctor/dtor
ServiceHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
- virtual ~ServiceHandler( );
+ virtual ~ServiceHandler( ) override;
// XInterface, XTypeProvider, XServiceInfo
DECLARE_XSERVICEINFO