summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/maildispatcher.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2009-10-06 16:03:44 +0200
committeros <os@openoffice.org>2009-10-06 16:03:44 +0200
commit8a4f6d437303bb1ae38f18a1019f8c5bdfa5ab9c (patch)
tree969a91d0cdc4e5e26cafa7c06aa9357e6ba1879c /sw/source/ui/inc/maildispatcher.hxx
parentinvalid assertion removed (diff)
downloadcore-8a4f6d437303bb1ae38f18a1019f8c5bdfa5ab9c.tar.gz
core-8a4f6d437303bb1ae38f18a1019f8c5bdfa5ab9c.zip
#i105641# isRunning() removed
Diffstat (limited to 'sw/source/ui/inc/maildispatcher.hxx')
-rw-r--r--sw/source/ui/inc/maildispatcher.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/inc/maildispatcher.hxx b/sw/source/ui/inc/maildispatcher.hxx
index 4a0ad7239116..44cb3b2a4707 100644
--- a/sw/source/ui/inc/maildispatcher.hxx
+++ b/sw/source/ui/inc/maildispatcher.hxx
@@ -131,7 +131,6 @@ public:
/** returns if the thread is still running
*/
using osl::Thread::isRunning;
- bool isRunning() const;
/** returns if shutdown has already been called
*/
@@ -167,7 +166,6 @@ private:
::rtl::Reference<MailDispatcher> m_xSelfReference;
bool run_;
bool shutdown_requested_;
- bool bIsInRun;
};
#endif // INCLUDED_MAILDISPATCHER_HXX