more Windows build fixes

after my OInterfaceContainer2 change

Change-Id: I2d59fd166672a2d0b6c05e5bf9368c8fa5cf111c
This commit is contained in:
Noel Grandin 2016-01-25 13:18:49 +02:00
parent 05cf6acb96
commit df1055ebde

View File

@ -217,7 +217,7 @@ void Interceptor::generateFeatureStateEvent()
if( i == 1 || (m_bLink && i != 5) )
continue;
comphelper::OInterfaceContainerHelper2* pICH =
comphelper::OInterfaceContainerHelper* pICH =
m_pStatCL->getContainer(m_aInterceptedURL[i]);
uno::Sequence<uno::Reference<uno::XInterface> > aSeq;
if(pICH)