diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-14 16:56:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-16 14:19:19 +0000 |
commit | 5eab3e5eec67ad97f39f792852e88003fea89d1c (patch) | |
tree | 464308340f1ba6a803b3173e4a20d2320ae4c3a7 /embeddedobj/source/msole/mtnotification.hxx | |
parent | 3b658759c945a5e2da7b2c6acfdecc9c3d9c6a34 (diff) |
clang-cl loplugin: embeddedobj
Change-Id: Id8359ff2bc2ae177837f5c58f949d40b818a8684
Reviewed-on: https://gerrit.libreoffice.org/29869
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'embeddedobj/source/msole/mtnotification.hxx')
-rw-r--r-- | embeddedobj/source/msole/mtnotification.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/mtnotification.hxx b/embeddedobj/source/msole/mtnotification.hxx index 1e797d4f4528..99f4feb7295e 100644 --- a/embeddedobj/source/msole/mtnotification.hxx +++ b/embeddedobj/source/msole/mtnotification.hxx @@ -42,9 +42,9 @@ class MainThreadNotificationRequest : public cppu::WeakImplHelper< css::awt::XC public: virtual void SAL_CALL notify (const css::uno::Any& rUserData) - throw (css::uno::RuntimeException); + throw (css::uno::RuntimeException) override; MainThreadNotificationRequest( const ::rtl::Reference< OleEmbeddedObject >& xObj, sal_uInt16 nNotificationType, sal_uInt32 nAspect = 0 ); - ~MainThreadNotificationRequest(); + ~MainThreadNotificationRequest() override; }; #endif |