summaryrefslogtreecommitdiff
path: root/framework/inc/jobs/job.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/jobs/job.hxx')
-rw-r--r--framework/inc/jobs/job.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 1f4c504a28a9..d0c423ded10e 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -59,7 +59,7 @@ class Job : private ThreadHelpBase
, css::frame::XTerminateListener
, css::util::XCloseListener >
{
- //___________________________________
+
// structs
private:
@@ -76,7 +76,7 @@ class Job : private ThreadHelpBase
E_DISPOSED
};
- //___________________________________
+
// member
private:
@@ -169,7 +169,7 @@ class Job : private ThreadHelpBase
*/
ERunState m_eRunState;
- //___________________________________
+
// native interface
public:
@@ -193,7 +193,7 @@ class Job : private ThreadHelpBase
void impl_startListening ( );
void impl_stopListening ( );
- //___________________________________
+
// uno interface
public: