summaryrefslogtreecommitdiff
path: root/svtools/source/table/tablecontrol_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/tablecontrol_impl.hxx')
-rw-r--r--svtools/source/table/tablecontrol_impl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/table/tablecontrol_impl.hxx b/svtools/source/table/tablecontrol_impl.hxx
index 4a587c8e3af8..5f7dac675e0f 100644
--- a/svtools/source/table/tablecontrol_impl.hxx
+++ b/svtools/source/table/tablecontrol_impl.hxx
@@ -138,7 +138,7 @@ namespace svt { namespace table
RowPos m_nAnchor;
bool m_bUpdatingColWidths;
- Link m_aSelectHdl;
+ Link<> m_aSelectHdl;
AccessibleFactoryAccess m_aFactoryAccess;
IAccessibleTableControl* m_pAccessibleTable;
@@ -251,8 +251,8 @@ namespace svt { namespace table
*/
bool markAllRowsAsSelected();
- void setSelectHandler( Link const & i_selectHandler ) { m_aSelectHdl = i_selectHandler; }
- Link const& getSelectHandler() const { return m_aSelectHdl; }
+ void setSelectHandler( Link<> const & i_selectHandler ) { m_aSelectHdl = i_selectHandler; }
+ Link<> const& getSelectHandler() const { return m_aSelectHdl; }
void commitAccessibleEvent( sal_Int16 const i_eventID, const com::sun::star::uno::Any& i_newValue, const com::sun::star::uno::Any& i_oldValue );
void commitCellEvent( sal_Int16 const i_eventID, const com::sun::star::uno::Any& i_newValue, const com::sun::star::uno::Any& i_oldValue );