summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_driver.cxx')
-rw-r--r--mysqlc/source/mysqlc_driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx
index be6d927c99fc..70ab5822f21f 100644
--- a/mysqlc/source/mysqlc_driver.cxx
+++ b/mysqlc/source/mysqlc_driver.cxx
@@ -342,7 +342,7 @@ void release(oslInterlockedCount& _refCount,
/* }}} */
/* {{{ connectivity::mysqlc::checkDisposed() -I- */
-void checkDisposed(sal_Bool _bThrow)
+void checkDisposed(bool _bThrow)
throw (DisposedException)
{
if (_bThrow) {