summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/maildispatcher.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:03:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:03:52 +0000
commitd8a899e9ed84f2ac93cda56baecd492f9f67df70 (patch)
treecffce9582229c9b638230e70ab1646673d9043d7 /sw/source/ui/inc/maildispatcher.hxx
parentINTEGRATION: CWS swwarnings (1.2.708); FILE MERGED (diff)
downloadcore-d8a899e9ed84f2ac93cda56baecd492f9f67df70.tar.gz
core-d8a899e9ed84f2ac93cda56baecd492f9f67df70.zip
INTEGRATION: CWS swwarnings (1.5.568); FILE MERGED
2007/03/05 12:45:47 tl 1.5.568.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/maildispatcher.hxx')
-rw-r--r--sw/source/ui/inc/maildispatcher.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/inc/maildispatcher.hxx b/sw/source/ui/inc/maildispatcher.hxx
index 614e0552e95d..a1e7621f063f 100644
--- a/sw/source/ui/inc/maildispatcher.hxx
+++ b/sw/source/ui/inc/maildispatcher.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: maildispatcher.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-01-19 18:21:14 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:03:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -149,7 +149,9 @@ public:
/** returns if the thread is still running
*/
+ using osl::Thread::isRunning;
bool isRunning() const;
+
/** returns if shutdown has already been called
*/
bool isShutdownRequested() const