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

(-)cui/source/tabpages/page.cxx (+1 lines)
Lines 1458-1463 Link Here
1458
void SvxPageDescPage::ActivatePage( const SfxItemSet& rSet )
1458
void SvxPageDescPage::ActivatePage( const SfxItemSet& rSet )
1459
{
1459
{
1460
	InitHeadFoot_Impl( rSet );
1460
	InitHeadFoot_Impl( rSet );
1461
	UpdateExample_Impl();
1461
	ResetBackground_Impl( rSet );
1462
	ResetBackground_Impl( rSet );
1462
	RangeHdl_Impl( 0 );
1463
	RangeHdl_Impl( 0 );
1463
}
1464
}

Return to issue 53447