From 9e7d9f99b45f617e9b46dbbae44aa382477cbbeb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 3 Dec 2002 07:45:18 +0000 Subject: #85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed. --- sj2/source/jscpp/sjapplet_impl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sj2') diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx index 6fcc53ae300f..f462b393b165 100644 --- a/sj2/source/jscpp/sjapplet_impl.cxx +++ b/sj2/source/jscpp/sjapplet_impl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet_impl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: jl $ $Date: 2002-10-24 07:54:36 $ + * last change: $Author: rt $ $Date: 2002-12-03 08:45:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -244,7 +244,7 @@ void SjApplet2_Impl::init(Window * pParentWin, // Java URL erzeugen - OUString url = rDocBase.GetMainURL(); + OUString url = rDocBase.GetMainURL(INetURLObject::DECODE_TO_IURI); if(!url.getLength()) url = OUString(RTL_CONSTASCII_USTRINGPARAM("file:///")); -- cgit