diff options
Diffstat (limited to 'shell/source/backends')
-rw-r--r-- | shell/source/backends/macbe/macbackend.cxx | 2 | ||||
-rw-r--r-- | shell/source/backends/wininetbe/wininetbackend.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/macbe/macbackend.cxx b/shell/source/backends/macbe/macbackend.cxx index 73b6d1d17418..48b8ca4a54c0 100644 --- a/shell/source/backends/macbe/macbackend.cxx +++ b/shell/source/backends/macbe/macbackend.cxx @@ -412,7 +412,7 @@ css::uno::Any MacOSXBackend::getPropertyValue( CFDictionaryRef rProxyDict = SCDynamicStoreCopyProxies(NULL); if (!rProxyDict) - rExceptionsList = false; + rExceptionsList = nil; else rExceptionsList = (CFArrayRef) CFDictionaryGetValue(rProxyDict, kSCPropNetProxiesExceptionsList); diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx index 92e78d6ad6f4..d492507fe890 100644 --- a/shell/source/backends/wininetbe/wininetbackend.cxx +++ b/shell/source/backends/wininetbe/wininetbackend.cxx @@ -122,7 +122,7 @@ WinInetBackend::WinInetBackend() { LPINTERNET_PROXY_INFO lpi = NULL; - // query for the neccessary space + // query for the necessary space DWORD dwLength = 0; BOOL bRet = lpfnInternetQueryOption( NULL, |