INTEGRATION: CWS calcfixer (1.27.70); FILE MERGED
2004/05/06 15:33:42 er 1.27.70.1: #i26411# ScDBCount2: allow 0 (missing field) as second parameter again
This commit is contained in:
parent
523e10ac08
commit
5248175056
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: interpr1.cxx,v $
|
||||
*
|
||||
* $Revision: 1.27 $
|
||||
* $Revision: 1.28 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2004-03-08 11:47:52 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-03 12:34:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -5048,7 +5048,7 @@ void ScInterpreter::ScDBCount2()
|
|||
{
|
||||
USHORT nTab;
|
||||
ScQueryParam aQueryParam;
|
||||
BOOL bMissingField = FALSE;
|
||||
BOOL bMissingField = TRUE;
|
||||
if (GetDBParams( nTab, aQueryParam, bMissingField))
|
||||
{
|
||||
ULONG nCount = 0;
|
||||
|
|
Loading…
Reference in a new issue