[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - dbaccess/source

Lionel Elie Mamane lionel at mamane.lu
Thu Feb 12 02:01:19 PST 2015


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

New commits:
commit 120f748e81aefa863d6c425b85563dbbb70ae4c1
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Feb 5 21:29:29 2015 +0100

    tdf#89070 Table filter dialog: properly initialise OTableTreeListBox
    
    regression from .ui conversion:
    
    commit 5c72a213c7c4b588d0c1e0884ff2c46c22425faf
    Author: Caolán McNamara <caolanm at redhat.com>
    Date:   Tue Jan 21 14:41:16 2014 +0000
    
        convert table filter page to .ui
    
        Change-Id: I7bfb7698e2a5303b492766fba564c7b9033bcc52
    
    Change-Id: Ic7d41d64d4c15eabf7b7f83a17482c473154434a
    Reviewed-on: https://gerrit.libreoffice.org/14343
    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/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index a12bf47..01da2ed 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -81,6 +81,7 @@ namespace dbaui
         get(m_pTables, "TablesFilterPage");
 
         get(m_pTablesList, "treeview");
+        m_pTablesList->init(true);
         m_pTablesList->set_width_request(56 * m_pTablesList->approximate_char_width());
         m_pTablesList->set_height_request(12 * m_pTablesList->GetTextHeight());
 


More information about the Libreoffice-commits mailing list