INTEGRATION: CWS impress98 (1.66.40); FILE MERGED

2006/06/23 12:07:41 cl 1.66.40.1: #137421# SetAutoLayout( GetAutoLayout() ) is not needed any more and crashed during reload with undo, so I removed it for good
This commit is contained in:
Oliver Bolte 2006-07-10 10:24:36 +00:00
parent bbf92b6270
commit 0cab7908ea

View file

@ -4,9 +4,9 @@
*
* $RCSfile: drviews1.cxx,v $
*
* $Revision: 1.66 $
* $Revision: 1.67 $
*
* last change: $Author: rt $ $Date: 2006-05-02 15:07:43 $
* last change: $Author: obo $ $Date: 2006-07-10 11:24:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -1100,9 +1100,6 @@ BOOL DrawViewShell::SwitchPage(USHORT nSelectedPage)
VisAreaChanged(Rectangle(Point(), Size(1, 1)));
}
if( pActualPage )
pActualPage->SetAutoLayout( pActualPage->GetAutoLayout() );
if (eEditMode == EM_PAGE)
{
/**********************************************************************