[Libreoffice-commits] core.git: embedserv/source
Noel Grandin
noel at peralex.com
Mon Jan 25 03:20:01 PST 2016
embedserv/source/embed/intercept.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df1055ebde3e5402ef482f58b4f044afbdf3af6d
Author: Noel Grandin <noel at peralex.com>
Date: Mon Jan 25 13:18:49 2016 +0200
more Windows build fixes
after my OInterfaceContainer2 change
Change-Id: I2d59fd166672a2d0b6c05e5bf9368c8fa5cf111c
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx
index 3237ebe..c15db9f 100644
--- a/embedserv/source/embed/intercept.cxx
+++ b/embedserv/source/embed/intercept.cxx
@@ -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)
More information about the Libreoffice-commits
mailing list