[Libreoffice-commits] core.git: framework/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 22 07:21:15 UTC 2019
framework/source/services/autorecovery.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 835ea7bacd2e70e046f6ce26723d565aa2f5ed9a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jun 22 06:47:37 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 22 09:20:39 2019 +0200
Fix typo
Change-Id: I7d977cd56a8bb820a62718ea548c34f2c26b4db7
Reviewed-on: https://gerrit.libreoffice.org/74552
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index d58883e83fe3..cbebcb13e747 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -749,7 +749,7 @@ private:
points to an information structure, where
e.g. the document, its modified state, the count
of autosave-retries etcpp. exists.
- Its used also to return the new temp file name
+ It's used also to return the new temp file name
and some other state values!
@threadsafe
@@ -2844,7 +2844,7 @@ AutoRecovery::ETimerType AutoRecovery::implts_saveDocs( bool bAllow
// This list will be filled with every document
// which should be saved as last one. E.g. if it was used
- // already for an UI save operation => crashed ... and
+ // already for a UI save operation => crashed ... and
// now we try to save it again ... which can fail again ( of course .-) ).
::std::vector< AutoRecovery::TDocumentList::iterator > lDangerousDocs;
@@ -3016,7 +3016,7 @@ void AutoRecovery::implts_saveOneDoc(const OUString&
// try to save this document as a new temp file every time.
// Mark AutoSave state as "INCOMPLETE" if it failed.
- // Because the last temp file is to old and does not include all changes.
+ // Because the last temp file is too old and does not include all changes.
Reference< XDocumentRecovery > xDocRecover(rInfo.Document, css::uno::UNO_QUERY_THROW);
// safe the state about "trying to save"
@@ -3155,7 +3155,7 @@ AutoRecovery::ETimerType AutoRecovery::implts_openDocs(const DispatchParams& aPa
utl::MediaDescriptor lDescriptor;
- // it's an UI feature - so the "USER" itself must be set as referer
+ // it's a UI feature - so the "USER" itself must be set as referrer
lDescriptor[utl::MediaDescriptor::PROP_REFERRER()] <<= OUString(REFERRER_USER);
lDescriptor[utl::MediaDescriptor::PROP_SALVAGEDFILE()] <<= OUString();
More information about the Libreoffice-commits
mailing list