summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-10-24 17:48:20 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-10-24 22:27:09 +0200
commitd27e4e61d5620cd21cb4202b43f62c68ce04eb16 (patch)
tree27927ccf144a74b244bf30599687d247dbc2425d /framework
parenta8f0068fccfa3495ea8c7f1548a3cd4662bf391c (diff)
Fix typo
Change-Id: I403de8537d36dbd476e34070e1a02d4db52fba82 Reviewed-on: https://gerrit.libreoffice.org/62313 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/jobs/job.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 3082526bfb71..d1afa95b61b9 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -223,14 +223,14 @@ void Job::execute( /*IN*/ const css::uno::Sequence< css::beans::NamedValue >& lD
{}
#endif
- // deinitialize the environment and mark this job as finished ...
+ // deinitialize the environment and mark this job as finished...
// but don't overwrite any information about STOPPED or might DISPOSED jobs!
impl_stopListening();
if (m_eRunState == E_RUNNING)
m_eRunState = E_STOPPED_OR_FINISHED;
// If we got a close request from our frame or model...
- // but we disagreed wit that by throwing a veto exception...
+ // but we disagreed with that by throwing a veto exception...
// and got the ownership...
// we have to close the resource frame or model now -
// and to disable ourself!