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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 14:31:53 UTC 2020


 framework/source/services/autorecovery.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b0a390520bccd7edd496233088084de2170053f3
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:36 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jan 7 15:31:17 2020 +0100

    Fix typo
    
    Change-Id: Ic26a634c3f7cb089743f6d6d2a67e38f8104f724
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86302
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index f7176d5a6975..5aaeb12c6467 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -624,9 +624,9 @@ private:
     /** @short  validate new detected document and add it into the internal
                 document list.
 
-        @descr  This method should be called only, if its clear that a new
+        @descr  This method should be called only if it's clear that a new
                 document was opened/created during office runtime.
-                This method checks, if it's a top level document (means not an embedded one).
+                This method checks if it's a top level document (means not an embedded one).
                 Only such top level documents can be recognized by this auto save mechanism.
 
         @param  xDocument


More information about the Libreoffice-commits mailing list