From d7997a0f704d45a3462d45d68be0ce81bdcd631e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 20 Jun 2008 06:01:13 +0000 Subject: [PATCH] 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 --- svx/source/dialog/page.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svx/source/dialog/page.cxx b/svx/source/dialog/page.cxx index 73576881a0d5..ceef751a5ea6 100644 --- a/svx/source/dialog/page.cxx +++ b/svx/source/dialog/page.cxx @@ -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; }