[Libreoffice-commits] .: shell/source
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Apr 22 11:45:48 PDT 2012
shell/source/backends/macbe/macbackend.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7bec04312dcef51c8f7b248231e139178fdeada1
Author: Tor Lillqvist <tml at iki.fi>
Date: Sun Apr 22 21:44:29 2012 +0300
WaE: initialization of pointer to null from a constant boolean expression
diff --git a/shell/source/backends/macbe/macbackend.cxx b/shell/source/backends/macbe/macbackend.cxx
index 055628f..aaf7ebf 100644
--- a/shell/source/backends/macbe/macbackend.cxx
+++ b/shell/source/backends/macbe/macbackend.cxx
@@ -406,7 +406,7 @@ css::uno::Any MacOSXBackend::getPropertyValue(
CFDictionaryRef rProxyDict = SCDynamicStoreCopyProxies(NULL);
if (!rProxyDict)
- rExceptionsList = false;
+ rExceptionsList = 0;
else
rExceptionsList = (CFArrayRef) CFDictionaryGetValue(rProxyDict, kSCPropNetProxiesExceptionsList);
More information about the Libreoffice-commits
mailing list