summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-04-23 22:05:55 +0200
committerTamás Bunth <btomi96@gmail.com>2018-05-05 11:10:07 +0200
commit1c5c9b84df270e41c68e68bb69fbf183fc20eed2 (patch)
tree10a9dd4f2888224dd776a8ed4703e5fd91f201e4 /offapi
parent60413c9800c27f53c1108015b50754b065bc98c6 (diff)
Refactor: migration warn dlg without modifying API
Use Migration warn dialog directly in library dba instead of popping up window in dbu and passing down the information through XDataSource. Change-Id: I6b8d2b55408a741662052d4af316b0c662d799f0 Reviewed-on: https://gerrit.libreoffice.org/53363 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sdbc/XDataSource.idl5
-rw-r--r--offapi/type_reference/offapi.idl2
2 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sdbc/XDataSource.idl b/offapi/com/sun/star/sdbc/XDataSource.idl
index f8b5bda8b553..c169b8972031 100644
--- a/offapi/com/sun/star/sdbc/XDataSource.idl
+++ b/offapi/com/sun/star/sdbc/XDataSource.idl
@@ -34,11 +34,6 @@
*/
published interface XDataSource: com::sun::star::uno::XInterface
{
- /** indicates whether database migration is needed or not.
- */
- [attribute] boolean MigrationNeeded;
-
- string getConnectionUrl();
/** attempts to establish a database connection.
@param user
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 1c534cb024d9..337a45812b29 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -10212,8 +10212,6 @@ module com {
};
module sdbc {
published interface XDataSource {
- [attribute] boolean MigrationNeeded;
- string getConnectionUrl();
interface ::com::sun::star::uno::XInterface;
::com::sun::star::sdbc::XConnection getConnection([in] string user, [in] string password) raises (::com::sun::star::sdbc::SQLException);
void setLoginTimeout([in] long seconds) raises (::com::sun::star::sdbc::SQLException);