It seems like from https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/ui/config/optpage.cxx#n425 SwAddPrinterTabPage::FillItemSet that some configuration keys related to print settings in Writer are no longer in use, since 2010: https://cgit.freedesktop.org/libreoffice/core/log/?qt=grep&q=printerpullpages These are: Writer/Print/ Content/ Table Drawing Output SinglePrintJob Page Reversed Code pointers: sw/inc/printdata.hxx sw/source/ui/config/optpage.cxx sw/source/uibase/config/prtopt.cxx officecfg/registry/schema/org/openoffice/Office/Writer.xcs
Turning this into an easyhack
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c9d5bf3fe0e6b59f30107c42eac3d4603bf8f2b6 [API CHANGE] tdf#158041 Remove unused SinglePrintJobs config option from sw It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a0782355c212b8237a6bfa3ce1c5bb010bd4caba [API CHANGE] tdf#158041 Remove unused table printing option from sw It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6cdf523f179f3e7ed94267502a5fe3d1247398cc [API CHANGE] tdf#158041 Remove unused drawing printing option from sw It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6dbc5e2bf4bd24c53ae3b906a5f74fb7ceed6ab9 [API CHANGE] tdf#158041 Remove unused reverse printing option from sw It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.