diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 11:49:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-01-26 15:09:20 +0000 |
commit | 2a40505d00fcd79bfa433c301ddc05a35287bfb1 (patch) | |
tree | eb3ca8427095c929cb2a084e9df8afc6be80b95d /include/sfx2 | |
parent | b9249d7c4db6e20dcc1bcca88b350e9ee547c992 (diff) |
remove option to toggle IsPDFAsStandardPrintJobFormat from UI
to deprecate it. Still possible to toggle from expert config for now,
but we should push on and remove this and all the postscript printing at
this point.
Change-Id: If8869a62616b336764720f5dc56d86b94f16ffbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146169
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/printopt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx index ef7fd4683a7d..2cc4b0a1ded6 100644 --- a/include/sfx2/printopt.hxx +++ b/include/sfx2/printopt.hxx @@ -46,7 +46,6 @@ private: std::unique_ptr<weld::ComboBox> m_xReduceBitmapsResolutionLB; std::unique_ptr<weld::CheckButton> m_xReduceBitmapsTransparencyCB; std::unique_ptr<weld::CheckButton> m_xConvertToGreyscalesCB; - std::unique_ptr<weld::CheckButton> m_xPDFCB; std::unique_ptr<weld::CheckButton> m_xPaperSizeCB; std::unique_ptr<weld::CheckButton> m_xPaperOrientationCB; std::unique_ptr<weld::CheckButton> m_xTransparencyCB; |