connectivity: sal_Bool->bool and fix method name

Convert method name
  getBoleanComparisonPredicate
to
  getBooleanComparisonPredicate

Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
This commit is contained in:
Noel Grandin
2014-03-31 16:46:08 +02:00
parent 2c7bef7b8d
commit 3194d22a24
49 changed files with 129 additions and 129 deletions

View File

@@ -300,7 +300,7 @@ namespace
sCatalog,
sSchema,
sName,
sal_False,
false,
::dbtools::eInDataManipulation
);
}
@@ -458,7 +458,7 @@ void OSQLParseTreeIterator::traverseOneTableName( OSQLTables& _rTables,const OSQ
aCatalog.hasValue() ? ::comphelper::getString(aCatalog) : OUString(),
aSchema,
aTableName,
sal_False,
false,
::dbtools::eInDataManipulation);
// if there is no alias for the table name assign the orignal name to it