From 1c5c9b84df270e41c68e68bb69fbf183fc20eed2 Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Mon, 23 Apr 2018 22:05:55 +0200 Subject: Refactor: migration warn dlg without modifying API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Tamás Bunth --- offapi/com/sun/star/sdbc/XDataSource.idl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'offapi/com') 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 -- cgit v1.2.3