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

(-)sd/source/core/drawdoc2.cxx (+5 lines)
Lines 1683-1688 Link Here
1683
1683
1684
    // Create new standard page and set it up.
1684
    // Create new standard page and set it up.
1685
    pStandardPage = (SdPage*) AllocPage(FALSE);
1685
    pStandardPage = (SdPage*) AllocPage(FALSE);
1686
    if( pPreviousStandardPage->GetPresChange() == PRESCHANGE_AUTO )
1687
    {
1688
        pStandardPage->SetPresChange( PRESCHANGE_AUTO );
1689
	pStandardPage->SetTime( pPreviousStandardPage->GetTime() );
1690
    } 
1686
1691
1687
	// #108658#
1692
	// #108658#
1688
	// Set the size here since else the presobj autolayout
1693
	// Set the size here since else the presobj autolayout

Return to issue 46894