diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:44:54 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:47:45 +0200 |
commit | 7f436c1fd3a5f879fc99652043befb35158b3321 (patch) | |
tree | fb7afa124abc55dba2c9d17f4fa10a593485febf /svx/source/dialog/docrecovery.cxx | |
parent | 69c4a8bae5caadc4ff53660dd3f2b938f6dc1734 (diff) |
typo fixes in comments
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index a79e2d95ce00..b12caee37534 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -407,7 +407,7 @@ ERecoveryState RecoveryCore::mapDocState2RecoverState(sal_Int32 eDocState) ERecoveryState eRecState = E_NOT_RECOVERED_YET; /* Attention: - Some of the following states can occure at the + Some of the following states can occur at the same time. So we have to check for the "worst case" first! DAMAGED -> INCOMPLETE -> HANDLED @@ -551,7 +551,7 @@ void RecoveryCore::impl_startListening() //=============================================== void RecoveryCore::impl_stopListening() { - // Ignore it, if this instance doesnt listen currently + // Ignore it, if this instance doesn't listen currently if (!m_xRealCore.is()) return; @@ -1228,7 +1228,7 @@ short RecoveryDialog::execute() Application::Yield(); // TODO: show BrokenRecoveryDialog again, ift he user - // doesnt accepted it last time. + // doesn't accepted it last time. if (m_bUserDecideNext) return DLG_RET_OK; |