diff options
Diffstat (limited to 'framework/inc/jobs/job.hxx')
-rw-r--r-- | framework/inc/jobs/job.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx index c4221cc06b09..8cf548714ab1 100644 --- a/framework/inc/jobs/job.hxx +++ b/framework/inc/jobs/job.hxx @@ -158,7 +158,7 @@ class Job : public ::cppu::WeakImplHelper< indicates in which state the internal job currently exist. We can use this information to throw any suitable veto exception - to prevent the environment against dying or suppress superflous dispose() + to prevent the environment against dying or suppress superfluous dispose() calls at the job. */ ERunState m_eRunState; |