Kaydet (Commit) 13d2292d authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS tkr05_SRC680 (1.13.42); FILE MERGED

2007/10/25 07:42:15 tkr 1.13.42.2: #31053# HTTPS WebDAV support (proxy)
2007/10/24 09:47:40 tkr 1.13.42.1: #31053# HTTPS WebDAV support (proxies)
üst e9978f68
......@@ -4,9 +4,9 @@
*
* $RCSfile: gconfbackend.cxx,v $
*
* $Revision: 1.13 $
* $Revision: 1.14 $
*
* last change: $Author: rt $ $Date: 2007-04-04 07:46:40 $
* last change: $Author: rt $ $Date: 2007-11-07 10:13:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -222,6 +222,26 @@ static const ConfigurationValue InetConfigurationValuesList[] =
SETTING_PROXY_MODE
},
{
SETTING_PROXY_HTTPS_HOST,
"/system/proxy/secure_host",
"org.openoffice.Inet/Settings/ooInetHTTPSProxyName",
"string",
sal_False,
sal_False,
SETTING_PROXY_MODE
},
{
SETTING_PROXY_HTTPS_PORT,
"/system/proxy/secure_port",
"org.openoffice.Inet/Settings/ooInetHTTPSProxyPort",
"int",
sal_False,
sal_False,
SETTING_PROXY_MODE
},
{
SETTING_PROXY_FTP_HOST,
"/system/proxy/ftp_host",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment