summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots
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 /extensions/source/dbpilots
parenta20b62dac893af02cda0972f1c43cbf8377080cf (diff)
/include/connectivity/dbtools.hxx: sal_Bool->bool
Change-Id: Ie1e1952e3d39d53756583482826dfc3b65b5f9e0
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r--extensions/source/dbpilots/controlwizard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx
index a1f70e35ae85..997a070a2570 100644
--- a/extensions/source/dbpilots/controlwizard.cxx
+++ b/extensions/source/dbpilots/controlwizard.cxx
@@ -565,7 +565,7 @@ namespace dbp
Reference< XConnection > xConnection;
m_aContext.bEmbedded = ::dbtools::isEmbeddedInDatabase( m_aContext.xForm, xConnection );
if ( !m_aContext.bEmbedded )
- xConnection = ::dbtools::connectRowset( m_aContext.xRowSet, m_xContext, sal_True );
+ xConnection = ::dbtools::connectRowset( m_aContext.xRowSet, m_xContext, true );
// get the fields
if (xConnection.is())