diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-08-16 15:55:27 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-09-09 12:58:58 +0200 |
commit | 45d1e227f910b6c3746b12fb2eebfac498c14ba5 (patch) | |
tree | 14eb9213a02cf27afb5883ab3ea0abf76cce5617 /officecfg | |
parent | 7c429ddca63c09a2b656715292968000bfe86a1a (diff) |
Drop unused ooXMLFileFormat* config keys
These are unused since 2013, see:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=041d2b88a473cc7ba9b68113f7642dd8417369e4
https://cgit.freedesktop.org/libreoffice/core/commit/?id=abd3338486a515380d50c4ee5f4ab242fb5fd4bd
Change-Id: I0265b476797f0be6703fbf710f0baf983c47d489
Reviewed-on: https://gerrit.libreoffice.org/41216
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 6 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Setup.xcs | 18 |
2 files changed, 0 insertions, 24 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 9ab52430ce2b..68dcd1771835 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -37,12 +37,6 @@ <prop oor:name="ooSetupExtension"> <value>${PRODUCTEXTENSION}</value> </prop> - <prop oor:name="ooXMLFileFormatVersion"> - <value>1.0</value> - </prop> - <prop oor:name="ooXMLFileFormatName"> - <value>OpenOffice.org</value> - </prop> <prop oor:name="ooOpenSourceContext"> <value>1</value> </prop> diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index 3eecf9728b4c..50126b84f25d 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -251,24 +251,6 @@ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </prop> - <prop oor:name="ooXMLFileFormatVersion" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file - formats.</desc> - </info> - <value/> - <!-- JB: Empty default inserted into empty property node. Remove if NIL - was intended --> - </prop> - <prop oor:name="ooXMLFileFormatName" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Specifies the name of the SO6/7 or OOo1.0 xml file - formats.</desc> - </info> - <value/> - <!-- JB: Empty default inserted into empty property node. Remove if NIL - was intended --> - </prop> <prop oor:name="ooSetupVersion" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the version number of the product that appears on the |