diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-07-31 21:03:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-01 11:47:22 +0300 |
commit | 0267612dfb997032a870ae5c06171008c3af98d4 (patch) | |
tree | a7f5ff4754cf16ee865260bb2fd87056d64c96af /sc/inc | |
parent | 8c64b2e06b7495e50c0a8d46d639316283da6a9c (diff) |
Bin default value for a bool parameter that was defaulted in only one place
Change-Id: Ie5d4339639a034c4be991c9302576a116866b085
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dociter.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 0cfda4c72440..2bbb90f31edd 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -293,8 +293,8 @@ class ScQueryCellIterator // walk through all non-empty cells in an ar public: ScQueryCellIterator(ScDocument* pDocument, SCTAB nTable, - const ScQueryParam& aParam, bool bMod = true); - // for bMod = FALSE the QueryParam has to be filled + const ScQueryParam& aParam, bool bMod); + // when !bMod, the QueryParam has to be filled // (bIsString) bool GetFirst(); bool GetNext(); |