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
commitcc0fe0a4b370edf6c8f5c38fb0ed9735f9c6f8d4 (patch)
tree2d9e1c81fcc5f51d07e685a3edd0abd27c061603 /sj2
parent23126e66a72bac70d5da20eea7ff0ef434cd7bdb (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 a5b4ceedb2..e9b00fc973 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:///"));