From 3d8b7fd32b63370919b6d215be0af6fba6eb4ca4 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 26 Jul 2023 12:36:33 +0000 Subject: tdf#156230: Deprecate and stop using PDFAsStandardPrintJobFormat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: خالد حسني --- vcl/source/printer/Options.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/source/printer') 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; } -- cgit