diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2020-05-20 14:23:51 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2020-05-22 11:17:45 +0200 |
commit | d6c7fbe28aca170e804c4ebe7c1101bb3345c2c2 (patch) | |
tree | 8dbbbd74aaba9dbe3f50a28f39ddfa773ca0338f /officecfg/registry | |
parent | d87d43c70861fc6c017b434b296f5177c2c86026 (diff) |
[API CHANGE] officecfg,xmloff: remove SaveBackwardCompatibleODF
org.openoffice.Office.Common.Save.Document.SaveBackwardCompatibleODF
was added in 2007 and apparently enables storing invalid ODF (or OOoXML)
to workaround bugs in OOo <= 2.3; nobody should need it in this day and
age, and the OOoXML export has been removed anyway.
bce5e157785745a6729db62b15fb98bc396cddee 2007
c7a3859693971bf7103bfb0d05d64712e724fa37 2007
7477a65e09b20917adf025550c550f8822b508ee 2007
77baabe992c77018a0467ffec8f9482f8d76b66b 2007
575222083e058a740f5ad69e14e18622c3d4f7af 2007
66b908b45cde78af020b35e817e67bc40b8493f0 2007
Change-Id: Ib3f730c7c9ac6fbbbbae9fb4a42c1bd65f6c93df
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94571
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 5 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 |
2 files changed, 0 insertions, 13 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index c790dc874c6c..9fcf3d7bc0af 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -505,11 +505,6 @@ </prop> </node> <node oor:name="Save"> - <node oor:name="Document"> - <prop oor:name="SaveBackwardCompatibleODF" oor:type="xs:boolean"> - <value>false</value> - </prop> - </node> <node oor:name="ODF"> <prop oor:name="DefaultVersion" oor:type="xs:short"> <value>3</value> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index bbd4b89c176c..71abd8a438cb 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2374,14 +2374,6 @@ </info> <value>false</value> </prop> - <prop oor:name="SaveBackwardCompatibleODF" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>If the value is "true", then the ODF that is saved by - OpenOffice.org will be backward compatible to previous minor - versions.</desc> - </info> - <value>true</value> - </prop> <prop oor:name="LoadPrinter" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - Load/Save - General - Load - Load printer settings with the document --> |