summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse/sqliterator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r--connectivity/source/parse/sqliterator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index 656ff23e5c10..d1afe3318db0 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -300,7 +300,7 @@ namespace
sCatalog,
sSchema,
sName,
- sal_False,
+ false,
::dbtools::eInDataManipulation
);
}
@@ -458,7 +458,7 @@ void OSQLParseTreeIterator::traverseOneTableName( OSQLTables& _rTables,const OSQ
aCatalog.hasValue() ? ::comphelper::getString(aCatalog) : OUString(),
aSchema,
aTableName,
- sal_False,
+ false,
::dbtools::eInDataManipulation);
// if there is no alias for the table name assign the orignal name to it