calctabcolor: resynced with the repository to get more recent changes in.
This commit is contained in:
commit
9c4df49eee
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ IMPL_LINK( AccessibleTabBarBase, WindowEventListener, VclSimpleEvent*, pEvent )
|
|||
DBG_ASSERT( pEventWindow, "AccessibleTabBarBase::WindowEventListener: no window!" );
|
||||
|
||||
if( ( pWinEvent->GetId() == VCLEVENT_TABBAR_PAGEREMOVED ) &&
|
||||
( (sal_uInt16)(sal_IntPtr) pWinEvent->GetData() == TABBAR_PAGE_NOTFOUND ) &&
|
||||
( (sal_uInt16)(sal_IntPtr) pWinEvent->GetData() == TabBar::PAGE_NOT_FOUND ) &&
|
||||
( dynamic_cast< AccessibleTabBarPageList *> (this) != NULL ) )
|
||||
{
|
||||
return 0;
|
||||
|
|
|
@ -313,7 +313,7 @@ namespace accessibility
|
|||
{
|
||||
sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData();
|
||||
|
||||
if ( nPageId == TABBAR_PAGE_NOTFOUND )
|
||||
if ( nPageId == TabBar::PAGE_NOT_FOUND )
|
||||
{
|
||||
for ( sal_Int32 i = m_aAccessibleChildren.size() - 1; i >= 0; --i )
|
||||
RemoveChild( i );
|
||||
|
|
Loading…
Reference in a new issue