connectivity: sal_Bool->bool
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
This commit is contained in:
@@ -3059,14 +3059,14 @@ OSQLParseNode* OQueryDesignView::getPredicateTreeFromEntry(OTableFieldDescRef pE
|
||||
0,
|
||||
0,
|
||||
nType,
|
||||
sal_False,
|
||||
sal_False,
|
||||
false,
|
||||
false,
|
||||
xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(),
|
||||
OUString(),
|
||||
OUString(),
|
||||
OUString());
|
||||
_rxColumn = pColumn;
|
||||
pColumn->setFunction(sal_True);
|
||||
pColumn->setFunction(true);
|
||||
pColumn->setRealName(pEntry->GetField());
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user