officecfg/registry/data/org/openoffice/Setup.xcu | 3 --- officecfg/registry/schema/org/openoffice/Setup.xcs | 7 ------- 2 files changed, 10 deletions(-)
New commits: commit de12ff18297b80c3fbbc90e5b2f0fb51f2a74a32 Author: Gabor Kelemen <[email protected]> Date: Wed Aug 16 16:12:38 2017 +0200 Drop unused ooOpenSourceContext config key Unused since 2011: https://cgit.freedesktop.org/libreoffice/core/commit/?id=c1758889cbd5e8e4afb1044425c908715eb3e1cd Change-Id: I2fc9953b5dbb1bc818a2f9b37fc3ba32f1a96b17 Reviewed-on: https://gerrit.libreoffice.org/41218 Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index 68dcd1771835..84a7f67fb2a3 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -37,9 +37,6 @@ <prop oor:name="ooSetupExtension"> <value>${PRODUCTEXTENSION}</value> </prop> - <prop oor:name="ooOpenSourceContext"> - <value>1</value> - </prop> </node> <node oor:name="Office"> <node oor:name="Factories"> diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs index 50126b84f25d..f55e3698f58f 100644 --- a/officecfg/registry/schema/org/openoffice/Setup.xcs +++ b/officecfg/registry/schema/org/openoffice/Setup.xcs @@ -289,13 +289,6 @@ <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </prop> - <prop oor:name="ooOpenSourceContext" oor:type="xs:int" oor:nillable="false"> - <info> - <desc>Specifies the context of the product. A value greater than 0 is - specifying an OpenSource context.</desc> - </info> - <value>0</value> - </prop> </group> <group oor:name="Office"> <!--The default must be written by the setup.--> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
