diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-25 07:17:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-06-25 07:17:05 +0300 |
commit | a31cea1be6bcad3d823ebecd7456ecb76368ed10 (patch) | |
tree | 28a9874978ac016613d1b36764a1cf97cb896a76 /sc | |
parent | 88d953565b44ccc4b3c00e1d0e343a91cb879313 (diff) |
WaE: implicit conversion of NULL constant to 'bool'
Change-Id: I1cbfa318e75ac5c86c0c7d2dbc033601fec3d46c
Diffstat (limited to 'sc')
-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(); |