1 --- sw/source/core/layout/ssfrm.cxx 16 Sep 2006 21:24:12 -0000 1.45
2 +++ sw/source/core/layout/ssfrm.cxx 6 Jan 2007 14:50:07 -0000
4 // --> OD 2004-06-30 #i28701#
5 SwAnchoredObject* pAnchoredObj = (*pFrm->GetDrawObjs())[0];
6 if ( pAnchoredObj->ISA(SwFlyFrm) )
9 + //cmc: flush any accessible events that might be related to
11 + if (ViewShell *pSh = GetShell())
12 + if (SwViewImp *pImp = pSh ? pSh->Imp() : 0)
13 + pImp->FireAccessibleEvents();
19 SdrObject* pSdrObj = pAnchoredObj->DrawObj();