[Libreoffice-commits] core.git: framework/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 8 14:46:25 UTC 2019


 framework/inc/jobs/jobresult.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 274a295b05f6cac43e79b3bd30d68335f0162f3e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:22:59 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 16:45:24 2019 +0200

    Fix typo
    
    Change-Id: I69019846ebf5e5a953713468b02d66d98ffd75d4
    Reviewed-on: https://gerrit.libreoffice.org/73704
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;
 


More information about the Libreoffice-commits mailing list