diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-06 19:58:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-07 15:31:17 +0100 |
commit | b0a390520bccd7edd496233088084de2170053f3 (patch) | |
tree | 851ff69326eec137abfc00c6129f0b43ddd3ae31 /framework | |
parent | c64c4ad036bc7834423cf06ee3a5b1edb5cc5f6a (diff) |
Fix typo
Change-Id: Ic26a634c3f7cb089743f6d6d2a67e38f8104f724
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86302
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |