diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-14 12:36:46 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 09:35:29 +0100 |
commit | 6cdf523f179f3e7ed94267502a5fe3d1247398cc (patch) | |
tree | 6c0e34dce3b4d1311a580cc783991484ff278199 /officecfg/registry/schema | |
parent | a3a9ae3f564be4dd6549fe5708a593ea09d1e79c (diff) |
[API CHANGE] tdf#158041 Remove unused drawing printing option from sw
Change-Id: I95f81f166ab9d75622c83672101925894b2f2e7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160774
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index eeb00060c54d..b6a26e4bf11f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1728,14 +1728,6 @@ </info> <value>true</value> </prop> - <prop oor:name="Drawing" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents --> - <info> - <desc>Specifies whether drawings are printed.</desc> - <label>Drawings</label> - </info> - <value>true</value> - </prop> <prop oor:name="Control" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - Text document - Print - [Section] Contents --> <info> |