From baa936d9e263c529158536bf716a4a519dfe7706 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 15:47:48 +0000 Subject: INTEGRATION: CWS vcl86_DEV300 (1.10.6); FILE MERGED 2008/01/28 16:15:01 pl 1.10.6.1: #i85643# add orientation DSC --- psprint/inc/psprint/printerjob.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'psprint') diff --git a/psprint/inc/psprint/printerjob.hxx b/psprint/inc/psprint/printerjob.hxx index f1d72542a5ab..151cfbafa1a8 100644 --- a/psprint/inc/psprint/printerjob.hxx +++ b/psprint/inc/psprint/printerjob.hxx @@ -4,9 +4,9 @@ * * $RCSfile: printerjob.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2007-12-12 14:55:42 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:47:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -81,6 +81,9 @@ private: // private data sal_uInt32 mnMaxWidthPt; sal_uInt32 mnMaxHeightPt; + int mnLandscapes; + int mnPortraits; + sal_uInt32 mnLMarginPt; sal_uInt32 mnRMarginPt; sal_uInt32 mnTMarginPt; -- cgit