summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/hsqldb/HCatalog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/hsqldb/HCatalog.cxx')
-rw-r--r--connectivity/source/drivers/hsqldb/HCatalog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/hsqldb/HCatalog.cxx b/connectivity/source/drivers/hsqldb/HCatalog.cxx
index 6e8714453f5c..25529f81c36b 100644
--- a/connectivity/source/drivers/hsqldb/HCatalog.cxx
+++ b/connectivity/source/drivers/hsqldb/HCatalog.cxx
@@ -73,7 +73,7 @@ void OHCatalog::refreshViews()
Sequence< OUString > aTypes(1);
aTypes[0] = "VIEW";
- sal_Bool bSupportsViews = sal_False;
+ bool bSupportsViews = false;
try
{
Reference<XResultSet> xRes = m_xMetaData->getTableTypes();