[Libreoffice-commits] core.git: officecfg/registry
Gabor Kelemen
kelemeng at ubuntu.com
Thu Sep 14 08:06:12 UTC 2017
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 <kelemeng at ubuntu.com>
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 <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
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.-->
More information about the Libreoffice-commits
mailing list