Kaydet (Commit) ffb4d56c authored tarafından Noel Grandin's avatar Noel Grandin

remove unused Link field

Change-Id: If79a5031d60bd88fa8a3ad4d0ab1664c18f46a67
üst 192bd905
......@@ -651,7 +651,7 @@ namespace svt { namespace table
void TableControl::Select()
{
ImplCallEventListenersAndHandler( VCLEVENT_TABLEROW_SELECT, [this] () { m_pImpl->getSelectHandler().Call(this); } );
ImplCallEventListenersAndHandler( VCLEVENT_TABLEROW_SELECT, nullptr );
if ( m_pImpl->isAccessibleAlive() )
{
......
......@@ -134,8 +134,6 @@ namespace svt { namespace table
RowPos m_nAnchor;
bool m_bUpdatingColWidths;
Link<> m_aSelectHdl;
AccessibleFactoryAccess m_aFactoryAccess;
IAccessibleTableControl* m_pAccessibleTable;
......@@ -246,8 +244,6 @@ namespace svt { namespace table
*/
bool markAllRowsAsSelected();
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 );
void commitTableEvent( sal_Int16 const i_eventID, const com::sun::star::uno::Any& i_newValue, const com::sun::star::uno::Any& i_oldValue );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment