summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-01-15 18:02:01 +0100
committerMichael Stahl <mstahl@redhat.com>2012-05-18 16:37:50 +0200
commit17da48900757d0aa0c8dfafdf74023839d76f90f (patch)
tree7601cbe58393e694cf8a698ac231482cbecd0a82 /sc
parent5602f5332944c40b47d6065c32e354cfacc8be19 (diff)
WaE: converting ‘false’ to pointer type
(cherry picked from commit 68fa70c3000a624a4235d933d7ba8cbc993bb931) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sc')
-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 8b359aacd35e..e767dc0985fa 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -6679,7 +6679,7 @@ ScDBQueryParamBase* ScInterpreter::GetDBParams( bool& rMissingField )
return pParam.release();
}
}
- return false;
+ return NULL;
}