summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 15:47:48 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 15:47:48 +0000
commitbaa936d9e263c529158536bf716a4a519dfe7706 (patch)
tree4d208881c8afd5ba610c4983facf9475cc9e92fa /psprint
parente0200ef442915230c9a9e2839bf70747f652d02f (diff)
INTEGRATION: CWS vcl86_DEV300 (1.10.6); FILE MERGED
2008/01/28 16:15:01 pl 1.10.6.1: #i85643# add orientation DSC
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/psprint/printerjob.hxx7
1 files changed, 5 insertions, 2 deletions
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;