diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:13:00 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 16:13:00 +0000 |
commit | 21fc4e6dee0d2d302a5df1326bbee78b32d27c4f (patch) | |
tree | 40a73284b4edf2fbed9648abb00d2a44d504e2c7 /dbaccess/source/ui/dlg/DbAdminImpl.hxx | |
parent | 97ff5f7008137a020c3fa95421280529a8c05e5b (diff) |
INTEGRATION: CWS dba22 (1.3.22); FILE MERGED
2005/01/06 12:42:49 oj 1.3.22.1: #i39321# extend createConnection to return a pair now
Diffstat (limited to 'dbaccess/source/ui/dlg/DbAdminImpl.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/DbAdminImpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx index 9d22aed543dc..3d01493da718 100644 --- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx +++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DbAdminImpl.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: pjunck $ $Date: 2004-10-27 12:59:51 $ + * last change: $Author: kz $ $Date: 2005-01-21 17:13:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -152,7 +152,7 @@ namespace dbaui /** creates a new connection. The caller is responsible to dispose it !!!! */ - ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > createConnection(); + ::std::pair< ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >,sal_Bool> createConnection(); /** return the corresponding driver for the selected URL */ |