diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-06-05 10:24:25 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-07-01 13:07:22 +0000 |
commit | 0a94f9210ca74ea959a59dbb4cb6ea05b6450118 (patch) | |
tree | 0e2b83c329bff5dcf51bf173e1499710754ba240 | |
parent | 40d76398f2be1f6efb11f79865c3b8adc3186f24 (diff) |
fdo#64447 when changing setup mode, trigger changed DatasourceType event
Change-Id: I961118331f534de103b83766a2c21a6bec479241
Reviewed-on: https://gerrit.libreoffice.org/4430
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-rw-r--r-- | dbaccess/source/ui/dlg/generalpage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx index 354d3e947186..2c32e94d5a36 100644 --- a/dbaccess/source/ui/dlg/generalpage.cxx +++ b/dbaccess/source/ui/dlg/generalpage.cxx @@ -578,6 +578,7 @@ namespace dbaui { if ( m_aCreationModeHandler.IsSet() ) m_aCreationModeHandler.Call(this); + OnDatasourceTypeSelected(m_pDatasourceType.get()); return 1L; } |