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:
parent
bbf92b6270
commit
0cab7908ea
1 changed files with 2 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
/**********************************************************************
|
||||
|
|
Loading…
Reference in a new issue