summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/loadenv/loadenv.cxx6
-rw-r--r--framework/source/services/autorecovery.cxx4
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;