summaryrefslogtreecommitdiff
path: root/framework/inc/jobs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 00:20:20 +0100
committerMark Page <aptitude@btconnect.com>2017-11-13 08:43:17 +0100
commitd71bcc4dc5025ea24944454908098269cfd095a3 (patch)
tree4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /framework/inc/jobs
parent930efab3be7dd818918b7116119bb049acdcda76 (diff)
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'framework/inc/jobs')
-rw-r--r--framework/inc/jobs/job.hxx2
-rw-r--r--framework/inc/jobs/shelljob.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx
index 8481064bb9a8..d3a8707a0f11 100644
--- a/framework/inc/jobs/job.hxx
+++ b/framework/inc/jobs/job.hxx
@@ -137,7 +137,7 @@ class Job : public ::cppu::WeakImplHelper<
/**
Holds the state, if we are listen for desktop/frame or model closing events or not.
The used references are not really enough to detect a valid listener connection.
- Thats why we use this additional information here too.
+ That's why we use this additional information here too.
*/
bool m_bListenOnDesktop;
bool m_bListenOnFrame;
diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx
index 0ad5e938a639..921ce93fd3f9 100644
--- a/framework/inc/jobs/shelljob.hxx
+++ b/framework/inc/jobs/shelljob.hxx
@@ -117,8 +117,8 @@ class ShellJob : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::tas
@param bCheckExitCode
bind the execution result to the exit code of the started process.
- If it's set to false we return false only in case executable couldnt be found
- or couldnt be started.
+ If it's set to false we return false only in case executable couldn't be found
+ or couldn't be started.
@return sal_True if command was executed successfully; sal_False otherwise.
*/