summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 13:20:16 +0200
committerNoel Grandin <noel@peralex.com>2014-04-04 13:44:18 +0200
commit7938279a0d0374f43b4126e26a6432bbb0f7509b (patch)
tree92a940493d69daa486b3e7425ef5cfec09896357 /forms
parenta20b62dac893af02cda0972f1c43cbf8377080cf (diff)
/include/connectivity/dbtools.hxx: sal_Bool->bool
Change-Id: Ie1e1952e3d39d53756583482826dfc3b65b5f9e0
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 3e3a3ae97437..dc22fcb7cba7 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2834,7 +2834,7 @@ sal_Bool ODatabaseForm::implEnsureConnection()
Reference< XConnection > xConnection = connectRowset(
Reference<XRowSet> (m_xAggregate, UNO_QUERY),
m_xContext,
- sal_True // set a calculated connection as ActiveConnection
+ true // set a calculated connection as ActiveConnection
);
return xConnection.is();
}