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/source/printer | |
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/source/printer')
-rw-r--r-- | vcl/source/printer/Options.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/printer/Options.cxx b/vcl/source/printer/Options.cxx index bc695622f670..776b14d47cd5 100644 --- a/vcl/source/printer/Options.cxx +++ b/vcl/source/printer/Options.cxx @@ -87,8 +87,6 @@ void Options::ReadFromConfig(bool i_bFile) SetReducedBitmapIncludesTransparency(bValue); if (xSet->getPropertyValue("ConvertToGreyscales") >>= bValue) SetConvertToGreyscales(bValue); - if (xSet->getPropertyValue("PDFAsStandardPrintJobFormat") >>= bValue) - SetPDFAsStandardPrintJobFormat(bValue); bSuccess = true; } |