[Libreoffice-commits] core.git: framework/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 24 20:27:35 UTC 2018
framework/source/jobs/job.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d27e4e61d5620cd21cb4202b43f62c68ce04eb16
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Oct 24 17:48:20 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Oct 24 22:27:09 2018 +0200
Fix typo
Change-Id: I403de8537d36dbd476e34070e1a02d4db52fba82
Reviewed-on: https://gerrit.libreoffice.org/62313
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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!
More information about the Libreoffice-commits
mailing list