diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-04-23 22:05:55 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-05-05 11:10:07 +0200 |
commit | 1c5c9b84df270e41c68e68bb69fbf183fc20eed2 (patch) | |
tree | 10a9dd4f2888224dd776a8ed4703e5fd91f201e4 /offapi/com | |
parent | 60413c9800c27f53c1108015b50754b065bc98c6 (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/com')
-rw-r--r-- | offapi/com/sun/star/sdbc/XDataSource.idl | 5 |
1 files changed, 0 insertions, 5 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 |