blob: a496c7021690694789e40b13354a55d489d7c06a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 3d138551b593..9cb9831f3236 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -551,13 +551,13 @@
</node>
<node oor:name="PackageKit">
<prop oor:name="EnableFontInstallation" oor:type="xs:boolean">
- <value install:module="unx">true</value>
+ <value install:module="unx">false</value>
</prop>
<prop oor:name="EnableLangpackInstallation" oor:type="xs:boolean">
- <value install:module="unx">true</value>
+ <value install:module="unx">false</value>
</prop>
<prop oor:name="EnableBaseInstallation" oor:type="xs:boolean">
- <value install:module="unx">true</value>
+ <value install:module="unx">false</value>
</prop>
</node>
<node oor:name="Classification">
|