summaryrefslogtreecommitdiff
path: root/dbaccess/source/sdbtools/connection/connectiontools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/sdbtools/connection/connectiontools.cxx')
-rw-r--r--dbaccess/source/sdbtools/connection/connectiontools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/sdbtools/connection/connectiontools.cxx b/dbaccess/source/sdbtools/connection/connectiontools.cxx
index bbbe074ce61a..e6bf14ffe55c 100644
--- a/dbaccess/source/sdbtools/connection/connectiontools.cxx
+++ b/dbaccess/source/sdbtools/connection/connectiontools.cxx
@@ -91,7 +91,7 @@ namespace sdbtools
Reference< sdb::XSingleSelectQueryComposer > SAL_CALL ConnectionTools::getComposer( ::sal_Int32 commandType, const OUString& command ) throw (::com::sun::star::uno::RuntimeException, std::exception)
{
EntryGuard aGuard( *this );
- dbtools::StatementComposer aComposer(getConnection(), command, commandType, sal_True );
+ dbtools::StatementComposer aComposer(getConnection(), command, commandType, true );
aComposer.setDisposeComposer(false);
return aComposer.getComposer();
}