dbaccess: sal_Bool->bool

Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a
This commit is contained in:
Noel Grandin
2014-04-17 11:16:55 +02:00
parent 6907b67d3d
commit fee4efcb54
362 changed files with 3359 additions and 3359 deletions

View File

@@ -56,7 +56,7 @@ namespace dbaccess
return sSupportService;
}
// View
View::View( const Reference< XConnection >& _rxConnection, sal_Bool _bCaseSensitive,
View::View( const Reference< XConnection >& _rxConnection, bool _bCaseSensitive,
const OUString& _rCatalogName,const OUString& _rSchemaName, const OUString& _rName )
:View_Base( _bCaseSensitive, _rName, _rxConnection->getMetaData(), 0, OUString(), _rSchemaName, _rCatalogName )
{