diff options
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> |