summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/observablethread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/observablethread.hxx')
-rw-r--r--sw/source/core/inc/observablethread.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/observablethread.hxx b/sw/source/core/inc/observablethread.hxx
index 1f41868696ed..408b256b8738 100644
--- a/sw/source/core/inc/observablethread.hxx
+++ b/sw/source/core/inc/observablethread.hxx
@@ -63,7 +63,7 @@ class ObservableThread : public osl::Thread,
Otherwise, it's not guaranteed, that its ref-count is increased
during the execution of the thread.
*/
- virtual void SAL_CALL run() SAL_OVERRIDE;
+ virtual void SAL_CALL run() override;
virtual void threadFunction() = 0;
@@ -75,7 +75,7 @@ class ObservableThread : public osl::Thread,
the end of its execution and that the observer is notified, that
the thread has finished its work.
*/
- virtual void SAL_CALL onTerminated() SAL_OVERRIDE;
+ virtual void SAL_CALL onTerminated() override;
private: