diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-04 01:04:45 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-11 18:32:56 +0100 |
commit | 34a362ee24cfd4642fdc75ecf0e1a88c56c344c4 (patch) | |
tree | 23d5bcd3ced8404af6a372a2ac280b7f2df16b45 /officecfg | |
parent | c19e39cc0bfe32944bd807d5642a1a9d0537d636 (diff) |
[API CHANGE] Drop unused WriterCompatibilityVersion config group
last mention of it was removed in 2013 by:
commit f67d166b30dcba9e854716b29e1035693ef7481b
Change-Id: I2207ce7a87805bb33bc3e81fd8da792ba033d844
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158976
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Compatibility.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 15 |
2 files changed, 0 insertions, 20 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu index a1c5820abe4d..2478a9d5a2c0 100644 --- a/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Compatibility.xcu @@ -18,11 +18,6 @@ --> <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:install="http://openoffice.org/2004/installation" oor:name="Compatibility" oor:package="org.openoffice.Office"> - <node oor:name="WriterCompatibilityVersion"> - <prop oor:name="OOo11" oor:type="xs:string"> - <value>OpenOffice.org 1.1</value> - </prop> - </node> <node oor:name="AllFileFormats"> <node oor:name="_default" oor:op="replace"> <prop oor:name="Module"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index 1508aeb1d7a6..0d79fb5340f5 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -142,21 +142,6 @@ <desc>The List of the applications.</desc> </info> </set> - <group oor:name="WriterCompatibilityVersion"> - <info> - <desc>Used by the writer compatibility flag as the last OOo version.</desc> - </info> - <!--The default must be written by the setup.--> - <prop oor:name="OOo11" oor:type="xs:string" oor:nillable="false"> - <!-- UIHints: Tools - Options - OOo Writer - Compatibility --> - <!--The value should only be written by the setup.--> - <info> - <desc>OOo version 1.1.</desc> - <label>OOo version 1.1.</label> - </info> - <value/> - </prop> - </group> <group oor:name="View"> <info> <desc>Compatibility options affecting GUI</desc> |