summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:27 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:43:14 +0200
commit5c35913309120038b6c6385854a9fd97b3ee76d2 (patch)
tree6e16e6160000ee709f8a623835492e5a4f40aeb1 /framework
parent4ca566f215c8bd246351360ae7e3c943f2e9bf9a (diff)
Fix typos
Change-Id: I0b5182a3cec87ee44b7467d6e8e3d1c21ce93ac2 Reviewed-on: https://gerrit.libreoffice.org/77680 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/autorecovery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 281c0061a28c..bc82d67ee921 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -284,7 +284,7 @@ public:
of each document and update this state flag here.
Further we postpone saving of active documents, e.g. if the user
- works currently on it. We wait for an idle period then ...
+ works currently on it. We wait for an idle period then...
*/
sal_Int32 DocumentState;
@@ -3663,7 +3663,7 @@ void AutoRecovery::implts_doRecovery(const DispatchParams& aParams)
// any "handle" state ...
implts_resetHandleStates();
- // Reset the configuration hint "we was crashed"!
+ // Reset the configuration hint "we were crashed"!
std::shared_ptr<comphelper::ConfigurationChanges> batch(
comphelper::ConfigurationChanges::create(m_xContext));
officecfg::Office::Recovery::RecoveryInfo::Crashed::set(false, batch);