summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/tablespage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/tablespage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index fdedfff8cc9e..001248ed203a 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -64,9 +64,9 @@ namespace dbaui
virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) override;
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) override;
- DECL_LINK_TYPED( OnTreeEntryCompare, const SvSortData&, sal_Int32 );
- DECL_LINK_TYPED( OnTreeEntryChecked, void*, void );
- DECL_LINK_TYPED( OnTreeEntryButtonChecked, SvTreeListBox*, void );
+ DECL_LINK( OnTreeEntryCompare, const SvSortData&, sal_Int32 );
+ DECL_LINK( OnTreeEntryChecked, void*, void );
+ DECL_LINK( OnTreeEntryButtonChecked, SvTreeListBox*, void );
private: