[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Wed Jun 5 03:03:05 PDT 2013
dbaccess/source/ui/dlg/generalpage.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 29e79344add06fed1ff764a6d24036a768cb688e
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Wed Jun 5 10:24:25 2013 +0200
fdo#64447 when changing setup mode, trigger changed DatasourceType event
Change-Id: I961118331f534de103b83766a2c21a6bec479241
Reviewed-on: https://gerrit.libreoffice.org/4161
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/dbaccess/source/ui/dlg/generalpage.cxx b/dbaccess/source/ui/dlg/generalpage.cxx
index a881472..3eea60a 100644
--- a/dbaccess/source/ui/dlg/generalpage.cxx
+++ b/dbaccess/source/ui/dlg/generalpage.cxx
@@ -588,6 +588,7 @@ namespace dbaui
{
if ( m_aCreationModeHandler.IsSet() )
m_aCreationModeHandler.Call( this );
+ OnDatasourceTypeSelected(m_pDatasourceType);
return 1L;
}
More information about the Libreoffice-commits
mailing list