summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2002-12-03 07:45:18 +0000
committerRüdiger Timm <rt@openoffice.org>2002-12-03 07:45:18 +0000
commit9e7d9f99b45f617e9b46dbbae44aa382477cbbeb (patch)
tree1c1071d753ae70d3a2593fbcff43dfb0c228ba7e /sj2
parent680353529346d08820e80cf18435b4007ac382c4 (diff)
#85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.
Diffstat (limited to 'sj2')
-rw-r--r--sj2/source/jscpp/sjapplet_impl.cxx6
1 files changed, 3 insertions, 3 deletions
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:///"));