embedserv/source/inc/intercept.hxx | 2 +- embedserv/source/inc/xwin.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 692a7c2e79e1446516776642c38d571e33c271e4 Author: Noel Grandin <[email protected]> Date: Mon Jan 25 11:00:45 2016 +0200 more Windows build fixes Change-Id: I0b42df81c2848fb7d8a4722a984caaaa458da78f diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index 49b8ae0..5470eb4 100644 --- a/embedserv/source/inc/intercept.hxx +++ b/embedserv/source/inc/intercept.hxx @@ -22,7 +22,7 @@ #include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/interfacecontainer.hxx> +#include <comphelper/interfacecontainer2.hxx> #include <com/sun/star/frame/XDispatchProviderInterceptor.hpp> #include <com/sun/star/frame/XInterceptorInfo.hpp> #include <com/sun/star/frame/XDispatch.hpp> diff --git a/embedserv/source/inc/xwin.hxx b/embedserv/source/inc/xwin.hxx index 5aeb7d5..b395211 100644 --- a/embedserv/source/inc/xwin.hxx +++ b/embedserv/source/inc/xwin.hxx @@ -23,7 +23,7 @@ #include "common.h" #include <osl/mutex.hxx> -#include <cppuhelper/interfacecontainer.h> +#include <comphelper/interfacecontainer2.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XSystemDependentWindowPeer.hpp> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
