[Libreoffice-commits] core.git: dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Wed Jun 5 01:30:00 PDT 2013


 dbaccess/source/ui/dlg/generalpage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5d81b207e8c4dd96c34836d29bc82275f0a1c2c8
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

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