summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}