summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/observablethread.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2014-02-15 21:50:52 +0100
committerPhilipp Riemer <ruderphilipp@gmail.com>2014-02-15 21:51:54 +0100
commit13dffbb750ef65bfb06f0f9f96bce2e40512539f (patch)
tree86bf34d224a762f51049772d153b82f9d025c247 /sw/source/core/inc/observablethread.hxx
parent90e2bdcdcca64e72cb0a82d4decfd17f134e7496 (diff)
fdo#51304: Remove @author annotation in sw/source/core
Change-Id: I4d4eb9758e1aebcdd37fe38671d60f1713487119
Diffstat (limited to 'sw/source/core/inc/observablethread.hxx')
-rw-r--r--sw/source/core/inc/observablethread.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/core/inc/observablethread.hxx b/sw/source/core/inc/observablethread.hxx
index 365c807a18db..4c7acb5aaa64 100644
--- a/sw/source/core/inc/observablethread.hxx
+++ b/sw/source/core/inc/observablethread.hxx
@@ -35,8 +35,6 @@
and ends with its <onTerminated()> method.
Note: A thread can be only observed by one or none thread observer in order
to notify, that the thread has finished its work.
-
- @author OD
*/
class ObservableThread : public osl::Thread,
public rtl::IReference
@@ -62,8 +60,6 @@ class ObservableThread : public osl::Thread,
Do not override this method again. Instead override <threadFunction()>.
Otherwise, it's not guaranteed, that its ref-count is increased
during the execution of the thread.
-
- @author OD
*/
virtual void SAL_CALL run();
@@ -76,8 +72,6 @@ class ObservableThread : public osl::Thread,
Otherwise, it's not guaranteed, that the ref-count is decreased at
the end of its execution and that the observer is notified, that
the thread has finished its work.
-
- @author OD
*/
virtual void SAL_CALL onTerminated();