#91203# SetAutoLayout(): bInit == FALSE

This commit is contained in:
Dieter Loeschky 2001-11-14 12:31:17 +00:00
parent 64cbbc4984
commit 8c3eb6662e

View file

@ -2,9 +2,9 @@
*
* $RCSfile: fuprlout.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: dl $ $Date: 2001-05-18 15:10:14 $
* last change: $Author: dl $ $Date: 2001-11-14 13:31:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -270,7 +270,7 @@ FuPresentationLayout::FuPresentationLayout(SdViewShell* pViewSh,
}
else
{
pSelectedPage->SetAutoLayout(pSelectedPage->GetAutoLayout(), TRUE);
pSelectedPage->SetAutoLayout(pSelectedPage->GetAutoLayout());
}
}