summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 16:55:36 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 08:11:33 +0200
commit4b55c28940d741e53648115a9cfb58f2d6db38a5 (patch)
tree521027d28dc184840bf01c62949efac2e0ced5ce /dbaccess/source/ui/dlg/tablespage.cxx
parentaa2886cf7d86175fead49a038b16a77a982a777f (diff)
simplify the way we override behaviour here
just send everything via callModifiedHdl() Change-Id: I011df1d1c376deae962b465e4a27e98af968de6f
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.cxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.cxx b/dbaccess/source/ui/dlg/tablespage.cxx
index 1cdfa11681a2..75a51bea944f 100644
--- a/dbaccess/source/ui/dlg/tablespage.cxx
+++ b/dbaccess/source/ui/dlg/tablespage.cxx
@@ -83,7 +83,7 @@ namespace dbaui
m_pTablesList->set_width_request(56 * m_pTablesList->approximate_char_width());
m_pTablesList->set_height_request(12 * m_pTablesList->GetTextHeight());
- m_pTablesList->SetCheckHandler(getControlModifiedLink());
+ m_pTablesList->SetCheckHandler(LINK(this,OGenericAdministrationPage,OnControlModified));
// initialize the TabListBox
m_pTablesList->SetSelectionMode( MULTIPLE_SELECTION );