diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-26 02:51:37 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-26 16:49:45 +0200 |
commit | e3d0f6ad119b8421a12d02c26d7410599ebb33e1 (patch) | |
tree | 5fc684d9d2d2a1073f666156c2df8a8460b9ef8f /connectivity | |
parent | 2324681b5187fe2c8f174084a7f70d2256632967 (diff) |
sal_Bool -> bool
Change-Id: I157e0e84cbc9832dd863607b8f52359596b51c8c
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/sqlnode.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 391e6d60d322..21275b460502 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -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" ); |