diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:21:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-04-11 08:21:32 +0000 |
commit | b0de184f3abb21fc32835dd4801b07616485a5d5 (patch) | |
tree | 980b7b722a8cc1523cf6a6babe32e11152f623a0 /toolkit | |
parent | f7da9a6c437e3875a741d4591624b0e2291cd189 (diff) |
INTEGRATION: CWS changefileheader (1.2.10); FILE MERGED
2008/04/01 16:00:56 thb 1.2.10.2: #i85898# Stripping all external header guards
2008/04/01 12:56:48 thb 1.2.10.1: #i85898# Stripping all external header guards
Diffstat (limited to 'toolkit')
-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> |