diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-15 18:02:01 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-15 20:27:22 +0100 |
commit | 68fa70c3000a624a4235d933d7ba8cbc993bb931 (patch) | |
tree | e07ddf9fd1868f5a6827aebfdaf74652a0708e9d /sc/source | |
parent | cf780fa48d432216ad717003547a29c157051905 (diff) |
WaE: converting ‘false’ to pointer type
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 1ee820405f5e..fc6c0a2b0aad 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -6677,7 +6677,7 @@ ScDBQueryParamBase* ScInterpreter::GetDBParams( bool& rMissingField ) return pParam.release(); } } - return false; + return NULL; } |