#97518# re-enabled events for incompatibel build
This commit is contained in:
parent
2327cacee0
commit
f8b94a3623
1 changed files with 2 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: GraphCtlAccessibleContext.cxx,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: cl $ $Date: 2002-04-19 13:00:50 $
|
||||
* last change: $Author: cl $ $Date: 2002-04-19 13:02:50 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -187,11 +187,9 @@ SvxGraphCtrlAccessibleContext::SvxGraphCtrlAccessibleContext(
|
|||
msDescription = SVX_RESSTR( RID_SVXSTR_GRAPHCTRL_ACC_DESCRIPTION );
|
||||
}
|
||||
|
||||
/*
|
||||
maTreeInfo.SetSdrView( mpView );
|
||||
maTreeInfo.SetWindow( mpControl );
|
||||
maTreeInfo.SetViewForwarder( const_cast<SvxGraphCtrlAccessibleContext*>(this) );
|
||||
*/
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -934,10 +932,8 @@ void SvxGraphCtrlAccessibleContext::Notify( SfxBroadcaster& rBC, const SfxHint&
|
|||
// if we already have one, return it
|
||||
AccessibleShape* pShape = (*iter).second;
|
||||
|
||||
/* todo
|
||||
if( NULL != pShape )
|
||||
pShape->CommitChange( AccessibleEventId::ACCESSIBLE_VISIBLE_DATA_EVENT, uno::Any(), uno::Any() );
|
||||
*/
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue