diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:22:59 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-08 16:45:24 +0200 |
commit | 274a295b05f6cac43e79b3bd30d68335f0162f3e (patch) | |
tree | 9270f5d5396c6f2c709053422d7b3a37a5bcfa7a /framework/inc | |
parent | d34ed0008f12cfe47dd239672f1941f3c54d97fd (diff) |
Fix typo
Change-Id: I69019846ebf5e5a953713468b02d66d98ffd75d4
Reviewed-on: https://gerrit.libreoffice.org/73704
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/jobs/jobresult.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/jobs/jobresult.hxx b/framework/inc/jobs/jobresult.hxx index 4663cfc77895..aa6989708d62 100644 --- a/framework/inc/jobs/jobresult.hxx +++ b/framework/inc/jobs/jobresult.hxx @@ -48,7 +48,7 @@ class JobResult final parts of an analyzed pure job execution result. An user of this class can decide, if a member of us can be valid or not. So it can indicate, if a job used the special part inside - his returned result protocol. + its returned result protocol. To be usable as flags - it must be values of set {0,1,2,4,8,16 ...}! */ enum EParts @@ -83,7 +83,7 @@ class JobResult final represent the part "DispatchResult" It's a fulfilled event type, which was given back by the executed job. Any user of us can send - it to his registered result listener directly. + it to its registered result listener directly. */ css::frame::DispatchResultEvent m_aDispatchResult; |