summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-15 04:00:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-15 10:13:34 +0200
commit9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch)
treebdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /framework
parent04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff)
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91 Reviewed-on: https://gerrit.libreoffice.org/36556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index bca61b6ce747..b3849d54cc20 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -2845,12 +2845,12 @@ void AutoRecovery::implts_prepareSessionShutdown()
that a document must be ignored for AutoSave and Recovery.
But sometimes XModel->getArgs() does not contained this information
if implts_registerDocument() was called.
- So we have to check a second time, if this property is set ....
- Best place doing so is to check it immeditaly before saving
+ So we have to check a second time, if this property is set...
+ Best place doing so is to check it immediately before saving
and suppressing saving the document then.
Of course removing the corresponding cache entry is not an option.
- Because it would disturb iteration over the cache !
- So we ignore such documents only ...
+ Because it would disturb iteration over the cache!
+ So we ignore such documents only...
Hopefully next time they are not inserted in our cache.
*/
bool lc_checkIfSaveForbiddenByArguments(AutoRecovery::TDocumentInfo& rInfo)