diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-07-26 12:36:33 +0000 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-07-30 20:44:15 +0200 |
commit | 3d8b7fd32b63370919b6d215be0af6fba6eb4ca4 (patch) | |
tree | ec5b817d63ca54ee0c08425dd962bc4b015e190f /vcl/inc/jobdata.hxx | |
parent | e80e2a8dbed8a6cea71eca333564a9fa75b5cfbc (diff) |
tdf#156230: Deprecate and stop using PDFAsStandardPrintJobFormat
PDF is the only supported printing format (on Unix) going forward.
Change-Id: I1bd442bac370b89a77e2035d4c17bfc43a869ab1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154974
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/jobdata.hxx')
-rw-r--r-- | vcl/inc/jobdata.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/jobdata.hxx b/vcl/inc/jobdata.hxx index 714bcb38137a..7b8f4a44abd9 100644 --- a/vcl/inc/jobdata.hxx +++ b/vcl/inc/jobdata.hxx @@ -58,7 +58,7 @@ struct VCL_DLLPUBLIC JobData m_nColorDepth( 24 ), m_nPSLevel( 0 ), m_nColorDevice( 0 ), - m_nPDFDevice( 0 ), + m_nPDFDevice( 1 ), m_eOrientation( orientation::Portrait ), m_bPapersizeFromSetup( false ), m_pParser( nullptr ) {} @@ -70,8 +70,6 @@ struct VCL_DLLPUBLIC JobData void setCollate( bool bCollate ); void setPaper( int nWidth, int nHeight ); // dimensions in pt void setPaperBin( int nPaperBin ); - void resolveDefaultBackend(); - void setDefaultBackend(bool bUsePDF); // creates a new buffer using new // it is up to the user to delete it again |