summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/mtnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/source/msole/mtnotification.hxx')
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx4
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