[Libreoffice-commits] core.git: embedserv/source

Noel Grandin noel at peralex.com
Mon Jan 25 04:11:39 PST 2016


 embedserv/source/embed/intercept.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21e35e2e3b71d6229bdb172c56e76a66c7c9ebbf
Author: Noel Grandin <noel at peralex.com>
Date:   Mon Jan 25 14:10:47 2016 +0200

    more Windows build fixes
    
    after my OInterfaceContainer2 change
    
    Change-Id: Idc8d9aa218fbeea0e6b00216bb12b0e50efea57c

diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx
index b38036b..39b4126 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;
 
-            cppuhelper::OInterfaceContainerHelper* pICH =
+            cppu::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