From bdcbd99aea1012e618b0dfd2c6e695d7dcb581ba Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Mon, 22 Nov 2010 16:21:58 +0100 Subject: fwk160: #i106223# replace pkg: protocol with zip: if necessary --- wizards/com/sun/star/wizards/web/WWD_Events.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') 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... -- cgit v1.2.3