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

(-)sc.old/source/ui/app/inputhdl.cxx (+2 lines)
Lines 475-480 Link Here
475
		ScViewData* pViewData = pActiveViewSh->GetViewData();
475
		ScViewData* pViewData = pActiveViewSh->GetViewData();
476
		BOOL bOnlineSpell = pViewData->GetDocument()->GetDocOptions().IsAutoSpell();
476
		BOOL bOnlineSpell = pViewData->GetDocument()->GetDocOptions().IsAutoSpell();
477
		BOOL bHideSpell = pViewData->GetOptions().IsHideAutoSpell();
477
		BOOL bHideSpell = pViewData->GetOptions().IsHideAutoSpell();
478
		bModified = TRUE;
479
478
		//	SetDefaultLanguage is independent of the language attributes,
480
		//	SetDefaultLanguage is independent of the language attributes,
479
		//	ScGlobal::GetEditDefaultLanguage is always used.
481
		//	ScGlobal::GetEditDefaultLanguage is always used.
480
		//	It must be set every time in case the office language was changed.
482
		//	It must be set every time in case the office language was changed.

Return to issue 78012