View | Details | Raw Unified | Return to issue 106502
Collapse All | Expand All

(-)a/editeng/source/editeng/editeng.cxx (-1 / +2 lines)
Lines 1783-1789 Link Here
1783
					ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n );
1783
					ContentNode* pNode = pImpEditEngine->GetEditDoc().GetObject( n );
1784
					pNode->CreateWrongList();
1784
					pNode->CreateWrongList();
1785
				}
1785
				}
1786
				pImpEditEngine->StartOnlineSpellTimer();
1786
				if (pImpEditEngine->IsFormatted())
1787
					pImpEditEngine->StartOnlineSpellTimer();
1787
			}
1788
			}
1788
			else
1789
			else
1789
			{
1790
			{

Return to issue 106502