diff options
Diffstat (limited to 'framework/inc/dispatch/mailtodispatcher.hxx')
-rw-r--r-- | framework/inc/dispatch/mailtodispatcher.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index f3fb8ed3d02b..f1dbabbde40f 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -64,7 +64,7 @@ class MailToDispatcher : public ::cppu::WeakImplHelper< // ctor/dtor MailToDispatcher( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~MailToDispatcher( ); + virtual ~MailToDispatcher( ) override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO |