summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-11-22 16:21:58 +0100
committerMikhail Voytenko <mav@openoffice.org>2010-11-22 16:21:58 +0100
commitbdcbd99aea1012e618b0dfd2c6e695d7dcb581ba (patch)
treee7d32fdf02e4b7e91f603d406b93c62c7d6adda7 /wizards
parentb824d13f58822cc73cff2980daccafffba28fde4 (diff)
fwk160: #i106223# replace pkg: protocol with zip: if necessary
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.java b/wizards/com/sun/star/wizards/web/WWD_Events.java
index e3927f188460..6e8d0f2e614e 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.java
@@ -1001,7 +1001,7 @@ public abstract class WWD_Events extends WWD_Startup
//replace all '/' with '%2F'
url1 = JavaTools.replaceSubString(url1, "%2F", "/");
- p.url = "vnd.sun.star.pkg://" + url1 + "/";
+ p.url = "vnd.sun.star.zip://" + url1 + "/";
/*
* and now ftp...