diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-14 10:21:31 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 07:48:05 +0100 |
commit | c9d5bf3fe0e6b59f30107c42eac3d4603bf8f2b6 (patch) | |
tree | ebc45a97992dad9aaf107a4d6cc58ed0f5054ec9 /officecfg | |
parent | bcbc0857bf4bc24b5ea36e445a367cce0a382da4 (diff) |
[API CHANGE] tdf#158041 Remove unused SinglePrintJobs config option from sw
This is handled by the print dialog directly
Change-Id: Ieb4221d97444216f332501da9a3aba7dc6b8500a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160762
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 15 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs | 8 |
2 files changed, 0 insertions, 23 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 2bd5995a1e5d..b014281aed9d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1868,14 +1868,6 @@ <info> <desc>Contains other output settings.</desc> </info> - <prop oor:name="SinglePrintJob" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - Text document - Print - [Section] Output --> - <info> - <desc>Controls the print output to avoid problems with duplex printing and odd page numbers.</desc> - <label>Create single print jobs</label> - </info> - <value>false</value> - </prop> <prop oor:name="Fax" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Options - Text document Print - [Section] Fax --> <info> @@ -5662,13 +5654,6 @@ <info> <desc>Specifies the settings for form letter output to printer.</desc> </info> - <prop oor:name="SinglePrintJobs" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Form letter - Printer output - Single print jobs--> - <info> - <desc>Prints each form letter individually with the selected printer (true).</desc> - </info> - <value>false</value> - </prop> <prop oor:name="AskForMerge" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Determines whether printing a document that contains database fields triggers a 'do you want to call mailmerge' query</desc> diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs index 4ecee7fa61e3..32b2c52e3ae7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs @@ -610,14 +610,6 @@ <info> <desc>Contains output-specific settings.</desc> </info> - <prop oor:name="SinglePrintJob" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Option - HTML-Document - Print - [Section] Output --> - <info> - <desc>Controls the print output.</desc> - <label>Create single print jobs</label> - </info> - <value>false</value> - </prop> <prop oor:name="Fax" oor:type="xs:string" oor:nillable="false"> <!-- UIHints: Tools - Option - HTML-Document Print - [Section] Fax --> <info> |