[Libreoffice-commits] core.git: extensions/source
Ariel Constenla-Haile
arielch at apache.org
Sat May 11 13:11:57 PDT 2013
extensions/source/update/check/org/openoffice/Office/Jobs.xcu | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit b9d460f18bc0144452a5fa9a4da85b5f5827d21b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date: Wed Aug 1 23:35:27 2012 +0000
Related: #i120413# document helpful precalculated CheckInterval vals
(cherry picked from commit 1045898eb4be2f19d8435e86ff600f4d9541abf9)
Conflicts:
extensions/source/update/check/Jobs.xcu
Change-Id: Iddf1ba34bd6a48ae64c3b7b104d2e942f39df244
diff --git a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
index b1f9c91..f11c14e 100644
--- a/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
+++ b/extensions/source/update/check/org/openoffice/Office/Jobs.xcu
@@ -30,6 +30,11 @@
<value>0</value>
</prop>
<prop oor:name="CheckInterval" oor:type="xs:long" oor:op="replace">
+ <!--
+ Every Day = 86400
+ Every Week = 604800
+ Every Month = 2592000
+ -->
<value>604800</value>
</prop>
<prop oor:name="DownloadDestination" oor:type="xs:string" oor:op="replace">
More information about the Libreoffice-commits
mailing list