more Windows build fixes
after my OInterfaceContainer2 change Change-Id: I2d59fd166672a2d0b6c05e5bf9368c8fa5cf111c
This commit is contained in:
@@ -217,7 +217,7 @@ void Interceptor::generateFeatureStateEvent()
|
|||||||
if( i == 1 || (m_bLink && i != 5) )
|
if( i == 1 || (m_bLink && i != 5) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
comphelper::OInterfaceContainerHelper2* pICH =
|
comphelper::OInterfaceContainerHelper* pICH =
|
||||||
m_pStatCL->getContainer(m_aInterceptedURL[i]);
|
m_pStatCL->getContainer(m_aInterceptedURL[i]);
|
||||||
uno::Sequence<uno::Reference<uno::XInterface> > aSeq;
|
uno::Sequence<uno::Reference<uno::XInterface> > aSeq;
|
||||||
if(pICH)
|
if(pICH)
|
||||||
|
Reference in New Issue
Block a user