diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-25 13:25:23 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-04 01:41:16 +0200 |
commit | 01ac5c55ec3583d5c1b26f10170a71fd988da6b9 (patch) | |
tree | fd3b8c79324d105918c9e461df35b5c9a8ebb35a /officecfg | |
parent | ce8a5ea8dd4eb85c0b598ca9bdaf3207aa18f49f (diff) |
[API CHANGE] Drop unused ProductVersionID group
Its use was removed in 2009 by
commit fb623aa0e73ed6fcd19f70fbe5a8d8aabe17aa65
Change-Id: I5c08f8f84e1262b003dc22783c6b2ae47fa18f72
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150987
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index b90f16b17aee..aa6d93c1a566 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -678,18 +678,6 @@ <value>true</value> </prop> </group> - <group oor:name="ProductVersionID"> - <info> - <desc>Stores registration data which is related to a specific product - version.</desc> - </info> - <prop oor:name="InstanceUUID" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>An instance UUID associated with the product version ID.</desc> - </info> - <value/> - </prop> - </group> <group oor:name="PersonasEntry"> <info> <desc>Stores the details of the installed personas.</desc> |