summaryrefslogtreecommitdiff
path: root/include/comphelper/asyncnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/asyncnotification.hxx')
-rw-r--r--include/comphelper/asyncnotification.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/asyncnotification.hxx b/include/comphelper/asyncnotification.hxx
index 9775347ff46e..648fc2834547 100644
--- a/include/comphelper/asyncnotification.hxx
+++ b/include/comphelper/asyncnotification.hxx
@@ -105,7 +105,7 @@ namespace comphelper
SAL_DLLPRIVATE virtual ~AsyncEventNotifier();
// Thread
- SAL_DLLPRIVATE virtual void execute() SAL_OVERRIDE;
+ SAL_DLLPRIVATE virtual void execute() override;
public:
/** constructs a notifier thread
@@ -123,7 +123,7 @@ namespace comphelper
itself, it will return immediately, and the thread will be terminated as soon as
the current notification is finished.
*/
- virtual void SAL_CALL terminate() SAL_OVERRIDE;
+ virtual void SAL_CALL terminate() override;
/** adds an event to the queue, together with the instance which is responsible for
processing it