fix index dialog regression
thanks to sk94 for noticing this when trying to convert this to .ui Change-Id: If7130d53acb7c194cf0a9a4301f3573789888b86
This commit is contained in:
@@ -142,7 +142,7 @@ namespace dbaui
|
||||
enableSelectHandler();
|
||||
}
|
||||
|
||||
bool DbaIndexList::Select( SvTreeListEntry* pEntry, sal_Bool _bSelect )
|
||||
bool DbaIndexList::Select(SvTreeListEntry* pEntry, bool _bSelect)
|
||||
{
|
||||
bool bReturn = SvTreeListBox::Select(pEntry, _bSelect);
|
||||
|
||||
|
@@ -56,7 +56,7 @@ namespace dbaui
|
||||
void SetEndEditHdl(const Link& _rHdl) { m_aEndEditHdl = _rHdl; }
|
||||
Link GetEndEditHdl() const { return m_aEndEditHdl; }
|
||||
|
||||
virtual bool Select( SvTreeListEntry* pEntry, sal_Bool bSelect );
|
||||
virtual bool Select(SvTreeListEntry* pEntry, bool bSelect) SAL_OVERRIDE;
|
||||
|
||||
void enableSelectHandler();
|
||||
void disableSelectHandler();
|
||||
|
Reference in New Issue
Block a user