summaryrefslogtreecommitdiff
path: root/vcl/inc/jobdata.hxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-07-26 14:21:02 +0000
committerخالد حسني <khaled@libreoffice.org>2023-07-30 20:44:22 +0200
commit55a0a70e8fd5a76b8d3f49ceed902613025ad6b3 (patch)
tree23d96fa7120b5c5a3d4b9b5459093d2c042e45ec /vcl/inc/jobdata.hxx
parent3d8b7fd32b63370919b6d215be0af6fba6eb4ca4 (diff)
tdf#156230: Drop PDFDevice handling
Change-Id: I53759eb6025a4fc7e1319d0d1e7b3072edde93c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154975 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/jobdata.hxx')
-rw-r--r--vcl/inc/jobdata.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/jobdata.hxx b/vcl/inc/jobdata.hxx
index 7b8f4a44abd9..ceb7a8bf739f 100644
--- a/vcl/inc/jobdata.hxx
+++ b/vcl/inc/jobdata.hxx
@@ -41,7 +41,6 @@ struct VCL_DLLPUBLIC JobData
int m_nColorDepth;
int m_nPSLevel; // 0: no override, else languagelevel to use
int m_nColorDevice; // 0: no override, -1 grey scale, +1 color
- int m_nPDFDevice; // 0: no override, -1 PostScript, +1: Automatically PDF, +2: Explicitly PDF
orientation m_eOrientation;
OUString m_aPrinterName;
bool m_bPapersizeFromSetup;
@@ -58,7 +57,6 @@ struct VCL_DLLPUBLIC JobData
m_nColorDepth( 24 ),
m_nPSLevel( 0 ),
m_nColorDevice( 0 ),
- m_nPDFDevice( 1 ),
m_eOrientation( orientation::Portrait ),
m_bPapersizeFromSetup( false ),
m_pParser( nullptr ) {}