diff options
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r-- | include/toolkit/controls/unocontrol.hxx | 1 | ||||
-rw-r--r-- | include/toolkit/controls/unocontrolmodel.hxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/toolkit/controls/unocontrol.hxx b/include/toolkit/controls/unocontrol.hxx index df5806be7e49..66651666e29f 100644 --- a/include/toolkit/controls/unocontrol.hxx +++ b/include/toolkit/controls/unocontrol.hxx @@ -39,7 +39,6 @@ #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/weakref.hxx> #include <cppuhelper/implbase9.hxx> -#include <comphelper/componentcontext.hxx> #include <com/sun/star/util/XModeChangeBroadcaster.hpp> #include <com/sun/star/awt/XVclWindowPeer.hpp> diff --git a/include/toolkit/controls/unocontrolmodel.hxx b/include/toolkit/controls/unocontrolmodel.hxx index 397a4df497c4..63e052604ea8 100644 --- a/include/toolkit/controls/unocontrolmodel.hxx +++ b/include/toolkit/controls/unocontrolmodel.hxx @@ -28,6 +28,7 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/util/XCloneable.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/weakagg.hxx> #include <osl/mutex.hxx> @@ -37,7 +38,6 @@ #include <cppuhelper/propshlp.hxx> #include <cppuhelper/interfacecontainer.hxx> #include <cppuhelper/implbase7.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/uno3.hxx> #include <list> |