diff options
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/eventattacher.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eventattacher/source/eventattacher.cxx b/eventattacher/source/eventattacher.cxx index ee81d8c38a9e..a5c400513c10 100644 --- a/eventattacher/source/eventattacher.cxx +++ b/eventattacher/source/eventattacher.cxx @@ -209,7 +209,7 @@ class EventAttacherImpl : public WeakImplHelper < XEventAttacher2, XInitializati { public: explicit EventAttacherImpl( const Reference< XComponentContext >& ); - virtual ~EventAttacherImpl(); + virtual ~EventAttacherImpl() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName( ) throw(RuntimeException, std::exception) override; |