INTEGRATION: CWS updchk05 (1.12.18); FILE MERGED
2007/03/15 13:13:08 obr 1.12.18.1: #i63398# added item: no proxy for
This commit is contained in:
parent
f32e08f4f5
commit
ec93e002bd
1 changed files with 12 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: gconfbackend.cxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-11-01 14:22:27 $
|
||||
* last change: $Author: rt $ $Date: 2007-04-04 07:46:40 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -241,6 +241,16 @@ static const ConfigurationValue InetConfigurationValuesList[] =
|
|||
sal_False,
|
||||
SETTING_PROXY_MODE
|
||||
},
|
||||
|
||||
{
|
||||
SETTING_NO_PROXY_FOR,
|
||||
"/system/http_proxy/ignore_hosts",
|
||||
"org.openoffice.Inet/Settings/ooInetNoProxy",
|
||||
"string",
|
||||
sal_False,
|
||||
sal_True,
|
||||
SETTING_PROXY_MODE
|
||||
},
|
||||
};
|
||||
|
||||
// each entry should have an identifying ConfigurationSetting
|
||||
|
|
Loading…
Reference in a new issue