diff options
-rw-r--r-- | sc/source/core/data/dociter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx index 3fa15cface43..b5c36b8e7830 100644 --- a/sc/source/core/data/dociter.cxx +++ b/sc/source/core/data/dociter.cxx @@ -1132,7 +1132,7 @@ bool ScQueryCellIterator::GetThis() do { if ( ++nCol > mpParam->nCol2 ) - return NULL; // Over and out + return false; // Over and out if ( bAdvanceQuery ) { AdvanceQueryParamEntryField(); |