framework/source/loadenv/loadenv.cxx | 6 +++--- framework/source/services/autorecovery.cxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit 47d9af04db2b6139644c5e2bda628b7035f89f52 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Nov 4 19:09:16 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 6 15:18:25 2019 +0100 Fix typos Change-Id: I0b0d5cf589959aa0f93f57cf6f310177394562c7 Reviewed-on: https://gerrit.libreoffice.org/82040 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx index 119f7d22ffcc..e0b0fd7a4687 100644 --- a/framework/source/loadenv/loadenv.cxx +++ b/framework/source/loadenv/loadenv.cxx @@ -1087,10 +1087,10 @@ bool LoadEnv::impl_loadContent() m_aTargetLock.setResource(xTargetLock); // Add status indicator to descriptor. Loader can show a progress then. - // But don't do it, if loading should be hidden or preview is used ...! + // But don't do it, if loading should be hidden or preview is used...! // So we prevent our code against wrong using. Why? - // It could be, that using of this progress could make trouble. e.g. He make window visible ... - // but shouldn't do that. But if no indicator is available ... nobody has a chance to do that! + // It could be, that using of this progress could make trouble. e.g. He makes window visible... + // but shouldn't do that. But if no indicator is available... nobody has a chance to do that! bool bHidden = m_lMediaDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_HIDDEN(), false); bool bMinimized = m_lMediaDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_MINIMIZED(), false); bool bPreview = m_lMediaDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_PREVIEW(), false); diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 8da37225f2e0..9d8479166411 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -1372,9 +1372,9 @@ void AutoRecovery::implts_dispatch(const DispatchParams& aParams) ((eJob & AutoRecovery::E_USER_AUTO_SAVE) == AutoRecovery::E_USER_AUTO_SAVE); // On the other side it makes no sense to reactivate the AutoSave operation - // if the new dispatch indicates a final decision ... + // if the new dispatch indicates a final decision... // E.g. an EmergencySave/SessionSave indicates the end of life of the current office session. - // It make no sense to reactivate an AutoSave then. + // It makes no sense to reactivate an AutoSave then. // But a Recovery or SessionRestore should reactivate a may be already active AutoSave. bool bAllowAutoSaveReactivation = true; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits