summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NColumns.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-01 08:40:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-01 08:40:10 +0200
commit1ea5e5c4a98fc7512de0fa6db60f24d50116ecb5 (patch)
treead5298b2a16f810e1c0814ab49643335fcc4ef64 /connectivity/source/drivers/evoab2/NColumns.cxx
parent89147da58913a10157632a56a3c156911b86e1df (diff)
loplugin:literaltoboolconversion
Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc
Diffstat (limited to 'connectivity/source/drivers/evoab2/NColumns.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NColumns.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/evoab2/NColumns.cxx b/connectivity/source/drivers/evoab2/NColumns.cxx
index bb9a23c08e07..89cec832487b 100644
--- a/connectivity/source/drivers/evoab2/NColumns.cxx
+++ b/connectivity/source/drivers/evoab2/NColumns.cxx
@@ -65,10 +65,10 @@ sdbcx::ObjectType OEvoabColumns::createObject(const OUString& _rName)
xRow->getInt(7),
xRow->getInt(9),
xRow->getInt(5),
- sal_False,
- sal_False,
- sal_False,
- sal_True,
+ false,
+ false,
+ false,
+ true,
sCatalogName,
sSchemaName,
sTableName);