sal_Bool -> bool

Change-Id: I157e0e84cbc9832dd863607b8f52359596b51c8c
This commit is contained in:
Lionel Elie Mamane
2013-04-26 02:51:37 +02:00
parent 2324681b51
commit e3d0f6ad11
2 changed files with 4 additions and 4 deletions

View File

@@ -209,8 +209,8 @@ OUString OSQLParseNode::convertTimeString(const SQLParseNodeParameter& rParam, c
void OSQLParseNode::parseNodeToStr(OUString& rString,
const Reference< XConnection >& _rxConnection,
const IParseContext* pContext,
sal_Bool _bIntl,
sal_Bool _bQuote) const
bool _bIntl,
bool _bQuote) const
{
RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "parse", "Ocke.Janssen@sun.com", "OSQLParseNode::parseNodeToStr" );