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 /dbaccess/Library_dba.mk | |
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 'dbaccess/Library_dba.mk')
-rw-r--r-- | dbaccess/Library_dba.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk index 52eae77d8d78..fe80f157887b 100644 --- a/dbaccess/Library_dba.mk +++ b/dbaccess/Library_dba.mk @@ -117,6 +117,7 @@ $(eval $(call gb_Library_add_exception_objects,dba,\ dbaccess/source/core/misc/DatabaseDataProvider \ dbaccess/source/core/misc/dsntypes \ dbaccess/source/core/misc/objectnameapproval \ + dbaccess/source/core/misc/migrwarndlg \ dbaccess/source/core/misc/PropertyForward \ dbaccess/source/core/misc/sdbcoretools \ dbaccess/source/core/misc/services \ |