INTEGRATION: CWS fwk88 (1.39.306); FILE MERGED

2008/05/02 14:20:16 pb 1.39.306.2: RESYNC: (1.39-1.41); FILE MERGED
2008/04/28 09:33:09 pb 1.39.306.1: fix: #i88725# reset preview background after layout has changed
This commit is contained in:
Rüdiger Timm
2008-06-20 06:01:13 +00:00
parent e43e3de703
commit d7997a0f70

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: page.cxx,v $
* $Revision: 1.41 $
* $Revision: 1.42 $
*
* This file is part of OpenOffice.org.
*
@@ -992,7 +992,7 @@ IMPL_LINK( SvxPageDescPage, LayoutHdl_Impl, ListBox *, EMPTYARG )
if ( aRightMarginLbl.GetText() != aRightText )
aRightMarginLbl.SetText( aRightText );
}
UpdateExample_Impl();
UpdateExample_Impl( true );
return 0;
}