From 0c3b3a7f4b1d85907f57380d99fbbb564d1de0d0 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 15:43:12 +0000 Subject: [PATCH] INTEGRATION: CWS impresshandouts01 (1.54.52); FILE MERGED 2008/03/05 13:49:30 cl 1.54.52.1: #i85355# enhanced handout printing --- sd/source/ui/view/viewshe2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 579e32d2acfd..dfea2090f4c0 100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: viewshe2.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: ihi $ $Date: 2008-01-14 13:44:32 $ + * last change: $Author: kz $ $Date: 2008-03-06 16:43:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -744,7 +744,7 @@ void ViewShell::SetPageSizeAndBorder(PageKind ePageKind, const Size& rNewSize, } // Handoutseite an neues Format der Standardseiten anpassen - if ( ePageKind == PK_STANDARD ) + if( (ePageKind == PK_STANDARD) || (ePageKind == PK_HANDOUT) ) GetDoc()->GetSdPage(0, PK_HANDOUT)->CreateTitleAndLayout(TRUE); // Undo Gruppe dem Undo Manager uebergeben