summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 18:02:01 +0100
committerDavid Tardon <dtardon@redhat.com>2012-01-15 20:27:22 +0100
commit68fa70c3000a624a4235d933d7ba8cbc993bb931 (patch)
treee07ddf9fd1868f5a6827aebfdaf74652a0708e9d /sc/source
parentcf780fa48d432216ad717003547a29c157051905 (diff)
WaE: converting ‘false’ to pointer type
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/interpr1.cxx2
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;
}