summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 14:30:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 14:30:13 +0000
commit407276ec89730b8f50a89cd7d478f6d5f55ceb76 (patch)
tree17c1a1a35cdccd1bfc484607ecaf5ed7d370d2bd /scp2
parent36f52b53ad74f3f7d7f7552074bcf7c3517e8040 (diff)
INTEGRATION: CWS onlineupdate6b (1.54.42); FILE MERGED
2008/01/09 05:02:47 obr 1.54.42.1: #i85050# removed pkgfmt parameter from UpdateURL for Windows as it expands to >native< instead of >msi<
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/profileitem_ooo.scp8
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp
index 0157505cdfa1..d59e67e81298 100644
--- a/scp2/source/ooo/profileitem_ooo.scp
+++ b/scp2/source/ooo/profileitem_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: profileitem_ooo.scp,v $
*
- * $Revision: 1.55 $
+ * $Revision: 1.56 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 09:54:38 $
+ * last change: $Author: vg $ $Date: 2008-01-28 15:30:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,11 @@ ProfileItem gid_Profileitem_Version_Updateurl
Order = 15;
Key = "UpdateURL";
#if defined(BUILD_SPECIAL)
+ #ifdef WNT
+ Value = "${UPDATEURL}";
+ #else // defined WNT
Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
+ #endif //defined WNT
#else
Value = "";
#endif