summaryrefslogtreecommitdiffstats
path: root/include/connectivity/sqlbison_exports.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-01 07:23:45 +0200
committerNoel Grandin <noel@peralex.com>2014-04-01 07:38:09 +0200
commit39d3f2bb3a7016042e51e4a270814a99f7e62221 (patch)
tree1ebc41d3d7bae7873211241a93a77076a3a3feb1 /include/connectivity/sqlbison_exports.hxx
parentconnectivity: sal_Bool->bool (diff)
downloadcore-39d3f2bb3a7016042e51e4a270814a99f7e62221.tar.gz
core-39d3f2bb3a7016042e51e4a270814a99f7e62221.zip
connectivity: sal_Bool->bool
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
Diffstat (limited to 'include/connectivity/sqlbison_exports.hxx')
-rw-r--r--include/connectivity/sqlbison_exports.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sqlbison_exports.hxx b/include/connectivity/sqlbison_exports.hxx
index ad8d011fd68a..0ec8c936963c 100644
--- a/include/connectivity/sqlbison_exports.hxx
+++ b/include/connectivity/sqlbison_exports.hxx
@@ -14,7 +14,7 @@
#include <rtl/ustring.hxx>
#include <connectivity/sqlnode.hxx>
-OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const ::connectivity::OSQLParseNode* pEscapeNode, sal_Bool bInternational);
+OUString ConvertLikeToken(const ::connectivity::OSQLParseNode* pTokenNode, const ::connectivity::OSQLParseNode* pEscapeNode, bool bInternational);
int SQLyyparse (void);
void setParser( ::connectivity::OSQLParser* );