summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2001-11-01 12:31:52 +0000
committerJoachim Lingner <jl@openoffice.org>2001-11-01 12:31:52 +0000
commit4d24ea57348cf233d075feddfab57fdb8dd88af4 (patch)
tree79843e119bf7ad65a8e03d557f65982c1d3b91aa /sj2
parente09e7dbd3880eaa885068fc869f4a286d5db7250 (diff)
#75148#
Diffstat (limited to 'sj2')
-rw-r--r--sj2/source/jscpp/sjapplet.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sj2/source/jscpp/sjapplet.cxx b/sj2/source/jscpp/sjapplet.cxx
index 93488c457a18..e8a2638a25ef 100644
--- a/sj2/source/jscpp/sjapplet.cxx
+++ b/sj2/source/jscpp/sjapplet.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sjapplet.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kr $ $Date: 2001-07-30 10:26:37 $
+ * last change: $Author: jl $ $Date: 2001-11-01 13:31:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -443,10 +443,8 @@ void SjApplet2::settingsChanged(void)
String::CreateFromAscii("true") );
// HTTP settings
- aCmdList.Append( String::CreateFromAscii("http.proxyHost"),
- aINetSettings.GetHttpProxy());
- aCmdList.Append( String::CreateFromAscii("http.proxyPort"),
- aINetSettings.GetHttpProxyPort());
+ // http.proxyHost, http.proxyPort, ftp.proxyHost, ftp.proxyPort are changed within
+ // the JavaVM service.
// Ftp settings
if( aINetSettings.GetFtpProxy().Len() )
@@ -454,8 +452,6 @@ void SjApplet2::settingsChanged(void)
else
aCmdList.Append( String::CreateFromAscii("ftpProxySet"), String::CreateFromAscii("false") );
- aCmdList.Append( String::CreateFromAscii("ftpProxyHost"), aINetSettings.GetFtpProxy());
- aCmdList.Append( String::CreateFromAscii("ftpProxyPort"), aINetSettings.GetFtpProxyPort());
JRE_PropertyChanged(jenv.pEnv, aCmdList);
#endif //_OLD_FEATURE