From 55a0a70e8fd5a76b8d3f49ceed902613025ad6b3 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 26 Jul 2023 14:21:02 +0000 Subject: tdf#156230: Drop PDFDevice handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I53759eb6025a4fc7e1319d0d1e7b3072edde93c2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154975 Tested-by: Jenkins Reviewed-by: خالد حسني --- vcl/inc/jobdata.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/inc/jobdata.hxx') 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 ) {} -- cgit