summaryrefslogtreecommitdiff
path: root/framework/source/jobs/joburl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/joburl.cxx')
-rw-r--r--framework/source/jobs/joburl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/jobs/joburl.cxx b/framework/source/jobs/joburl.cxx
index 95b67e040c3c..bdf4580b709f 100644
--- a/framework/source/jobs/joburl.cxx
+++ b/framework/source/jobs/joburl.cxx
@@ -112,7 +112,7 @@ bool JobURL::isValid() const
@short get the event item of this job URL
@descr Because the three possible parts of such URL (event, alias, service)
can't be combined, this method can(!) return a valid value - but it's
- not a must. Thats why the return value must be used too, to detect a missing
+ not a must. That's why the return value must be used too, to detect a missing
event value.
@param sEvent
@@ -140,7 +140,7 @@ bool JobURL::getEvent( /*OUT*/ OUString& sEvent ) const
@short get the alias item of this job URL
@descr Because the three possible parts of such URL (event, alias, service)
can't be combined, this method can(!) return a valid value - but it's
- not a must. Thats why the return value must be used too, to detect a missing
+ not a must. that's why the return value must be used too, to detect a missing
alias value.
@param sAlias
@@ -168,7 +168,7 @@ bool JobURL::getAlias( /*OUT*/ OUString& sAlias ) const
@short get the service item of this job URL
@descr Because the three possible parts of such URL (event, service, service)
can't be combined, this method can(!) return a valid value - but it's
- not a must. Thats why the return value must be used too, to detect a missing
+ not a must. That's why the return value must be used too, to detect a missing
service value.
@param sAlias