connectivity: sal_Bool->bool

Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
This commit is contained in:
Noel Grandin
2014-03-31 15:23:51 +02:00
parent cb66ea3604
commit 2c7bef7b8d
20 changed files with 93 additions and 93 deletions

View File

@@ -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