diff options
Diffstat (limited to 'shell/source/backends')
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index cfc7787f4c67..d6af801ad9b0 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -166,10 +166,8 @@ WinInetBackend::WinInetBackend() OUString aProxyBypassList = OUString::createFromAscii( lpi->lpszProxyBypass ); // override default for ProxyType, which is "0" meaning "No proxies". - sal_Int32 nProperties = 1; - valueProxyType_.IsPresent = true; - valueProxyType_.Value <<= nProperties; + valueProxyType_.Value <<= sal_Int32(1); // fill proxy bypass list if( aProxyBypassList.getLength() > 0 ) |