diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-25 11:00:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-25 11:01:22 +0200 |
commit | 692a7c2e79e1446516776642c38d571e33c271e4 (patch) | |
tree | 141db34ec11301532a74376724050ed0ed455940 /embedserv | |
parent | 2ba05817c7ba391aa6520634239a9922d8736a43 (diff) |
more Windows build fixes
Change-Id: I0b42df81c2848fb7d8a4722a984caaaa458da78f
Diffstat (limited to 'embedserv')
-rw-r--r-- | embedserv/source/inc/intercept.hxx | 2 | ||||
-rw-r--r-- | embedserv/source/inc/xwin.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/embedserv/source/inc/intercept.hxx b/embedserv/source/inc/intercept.hxx index 49b8ae093aec..5470eb4a2d0d 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 5aeb7d5fd370..b3952114101d 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> |