Kaydet (Commit) db5f20a3 authored tarafından Caolán McNamara's avatar Caolán McNamara

#i106502# don't start the spelling timer unless there's a reason to do so

üst 2f1fb77e
...@@ -1792,7 +1792,8 @@ void EditEngine::SetControlWord( sal_uInt32 nWord ) ...@@ -1792,7 +1792,8 @@ void EditEngine::SetControlWord( sal_uInt32 nWord )
ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n ); ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n );
pNode->CreateWrongList(); pNode->CreateWrongList();
} }
pImpEditEngine->StartOnlineSpellTimer(); if (pImpEditEngine->IsFormatted())
pImpEditEngine->StartOnlineSpellTimer();
} }
else else
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment