diff options
Diffstat (limited to 'embedserv/source/inc')
-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> |