diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-11-04 19:09:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-06 15:18:25 +0100 |
commit | 47d9af04db2b6139644c5e2bda628b7035f89f52 (patch) | |
tree | 8d7a98dfba5ab8947786bc3c9eeb5c2c8eca6189 /framework | |
parent | 969b55d8da528ea6295e5e9c56fae595bf3bd4ba (diff) |
Fix typos
Change-Id: I0b0d5cf589959aa0f93f57cf6f310177394562c7
Reviewed-on: https://gerrit.libreoffice.org/82040
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/loadenv/loadenv.cxx | 6 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 4 |
2 files changed, 5 insertions, 5 deletions
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; |