[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - dbaccess/source
Lionel Elie Mamane
lionel at mamane.lu
Mon Feb 9 02:47:59 PST 2015
dbaccess/source/ui/dlg/tablespage.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1876ec092382beb8b3d6a9b9fb4dfe3148d758a6
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/14342
Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index 9b8104c..f14098d 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -79,6 +79,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