diff options
-rw-r--r-- | toolkit/source/awt/vclxtabcontrol.cxx | 12 | ||||
-rw-r--r-- | toolkit/source/awt/vclxtabcontrol.hxx | 10 |
2 files changed, 0 insertions, 22 deletions
diff --git a/toolkit/source/awt/vclxtabcontrol.cxx b/toolkit/source/awt/vclxtabcontrol.cxx index d76f2f424c24..c3368f239994 100644 --- a/toolkit/source/awt/vclxtabcontrol.cxx +++ b/toolkit/source/awt/vclxtabcontrol.cxx @@ -1,23 +1,11 @@ #include "vclxtabcontrol.hxx" - -#ifndef _TOOLKIT_HELPER_PROPERTY_HXX_ #include "toolkit/helper/property.hxx" -#endif -#ifndef _COM_SUN_STAR_AWT_SCROLLBARORIENTATION_HPP_ #include <com/sun/star/awt/ScrollBarOrientation.hpp> -#endif -#ifndef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif -#ifndef _SV_TABCTRL_HXX #include <vcl/tabctrl.hxx> -#endif - -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/helper/vclunohelper.hxx> -#endif #include <vcl/tabpage.hxx> #include <com/sun/star/awt/PosSize.hpp> diff --git a/toolkit/source/awt/vclxtabcontrol.hxx b/toolkit/source/awt/vclxtabcontrol.hxx index 6fff54ad7d69..439c19fe9ccf 100644 --- a/toolkit/source/awt/vclxtabcontrol.hxx +++ b/toolkit/source/awt/vclxtabcontrol.hxx @@ -1,21 +1,11 @@ #ifndef LAYOUT_AWT_VCLXTABCONTROLLER_HXX #define LAYOUT_AWT_VCLXTABCONTROLLER_HXX -#ifndef _TOOLKIT_AWT_VCLXWINDOW_HXX_ #include <toolkit/awt/vclxwindow.hxx> -#endif -#ifndef _TOOLKIT_HELPER_LISTENERMULTIPLEXER_HXX_ #include <toolkit/helper/listenermultiplexer.hxx> -#endif -#ifndef _CPPUHELPER_IMPLBASE1_HXX_ #include <cppuhelper/implbase1.hxx> -#endif -#ifndef _COMPHELPER_UNO3_HXX_ #include <comphelper/uno3.hxx> -#endif -#ifndef _COM_SUN_STAR_AWT_XSIMPLETABCONTROLLER_HPP_ #include <com/sun/star/awt/XSimpleTabController.hpp> -#endif #include "../layout/container.hxx" #include <com/sun/star/awt/MaxChildrenException.hpp> |