diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-31 15:23:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-01 07:38:08 +0200 |
commit | 2c7bef7b8d71a7ce435695ef6d10f443e7bf26f0 (patch) | |
tree | 8ea7dc9e7e5b234fba1379e13a61b235a4dfaae1 /dbaccess | |
parent | cb66ea3604ea441ddd03df706bb30e6063fb9a52 (diff) |
connectivity: sal_Bool->bool
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryDesignView.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 90aeac527410..187c94a90a72 100644 --- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx +++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx @@ -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 |