]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-externalapp.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-externalapp.patch
CommitLineData
55a056fd 1--- officecfg/registry/data/org/openoffice/Office/Common.xcu
2+++ officecfg/registry/data/org/openoffice/Office/Common.xcu
3@@ -107,13 +107,13 @@
4 </node>
5 <node oor:name="ExternalApps">
6 <prop oor:name="http" oor:op="replace" oor:type="xs:string">
7- <value/>
8+ <value>mozilla</value>
9 </prop>
10 <prop oor:name="https" oor:op="replace" oor:type="xs:string">
11- <value/>
12+ <value>mozilla</value>
13 </prop>
14 <prop oor:name="ftp" oor:op="replace" oor:type="xs:string">
15- <value/>
16+ <value>mozilla</value>
17 </prop>
18 <prop oor:name="file" oor:op="replace" oor:type="xs:string">
19 <value/>
This page took 0.210822 seconds and 4 git commands to generate.