diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-18 01:32:12 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-24 15:59:30 +0100 |
commit | 88487227f96112f9f0f75111ed58b74a739cb272 (patch) | |
tree | 351508c5649074c482357594c04e295a1bc3dfbc /officecfg | |
parent | 8765bd9f23bfff5736c6fa48b4e7217449ce17ec (diff) |
[API CHANGE] Drop unused Compatibility config group from Writer
These don't seem to be used ever since 2002
commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb
#99152# transition to new cfg format
Compatibility configuration keys are in their own Compatibility.xcs
Change-Id: I5da34a82dc4713f97e8d91a9c2a861be13a1a07b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159635
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 002707b394a3..61054ae8eca9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -3823,32 +3823,6 @@ </prop> </group> </group> - <group oor:name="Compatibility"> - <info> - <desc>Contains various compatibility settings.</desc> - </info> - <group oor:name="MS_Word"> - <info> - <desc>Contains settings for MS Word compatibility.</desc> - </info> - <prop oor:name="AddBetween" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility --> - <info> - <desc>Specifies whether spacing between paragraphs and tables are added to ensure the compatibility to MS Word documents.</desc> - <label>Add spacing between paragraphs and tables</label> - </info> - <value>false</value> - </prop> - <prop oor:name="AddToStart" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - Text document - Other - [Section] Compatibility --> - <info> - <desc>Specifies whether paragraph and table spacing are added to the start of pages to ensure compatibility with MS Word documents.</desc> - <label>Add paragraph and table spacing to start of pages</label> - </info> - <value>false</value> - </prop> - </group> - </group> <group oor:name="AutoFunction"> <info> <desc>Contains settings for 'Auto Text', and 'Auto Correct/AutoFormat'.</desc> |