summaryrefslogtreecommitdiff
path: root/psprint/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-04 15:33:06 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-04 15:33:06 +0000
commit2bbc0f548a6e9c960f04130ab2b91f08f8c358f9 (patch)
tree43068c2e25748147c32650954e414003e0cf38c6 /psprint/inc
parent15af3aeceab7febfae4bafaa8ba59605b3c8985f (diff)
INTEGRATION: CWS vcl69 (1.3.96); FILE MERGED
2006/10/30 14:50:36 pl 1.3.96.1: #i65681# remove obsolete scale setting
Diffstat (limited to 'psprint/inc')
-rw-r--r--psprint/inc/psprint/jobdata.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/psprint/inc/psprint/jobdata.hxx b/psprint/inc/psprint/jobdata.hxx
index 54a93e8fbe4c..a081d62ca6c9 100644
--- a/psprint/inc/psprint/jobdata.hxx
+++ b/psprint/inc/psprint/jobdata.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: jobdata.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:34:25 $
+ * last change: $Author: rt $ $Date: 2006-12-04 16:33:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,6 @@ enum type {
struct JobData
{
int m_nCopies;
- int m_nScale; // in percent
int m_nLeftMarginAdjust;
int m_nRightMarginAdjust;
int m_nTopMarginAdjust;
@@ -68,7 +67,6 @@ struct JobData
JobData() :
m_nCopies( 1 ),
- m_nScale( 100 ),
m_nLeftMarginAdjust( 0 ),
m_nRightMarginAdjust( 0 ),
m_nTopMarginAdjust( 0 ),