diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/ComboBox.hxx | 2 | ||||
-rw-r--r-- | forms/source/component/EditBase.hxx | 1 | ||||
-rw-r--r-- | forms/source/richtext/richtextvclcontrol.cxx | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index 0a45a2fa78d9..76cffbf4e3cb 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -48,8 +48,6 @@ #include <vcl/timer.hxx> -#include <tools/date.hxx> - //......................................................................... namespace frm { diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx index 497fd570d522..e15e3a620119 100644 --- a/forms/source/component/EditBase.hxx +++ b/forms/source/component/EditBase.hxx @@ -30,7 +30,6 @@ #define _FORMS_EDITBASE_HXX_ #include "FormComponent.hxx" -#include <tools/date.hxx> #include <tools/link.hxx> #include <com/sun/star/util/XNumberFormatter.hpp> #include <com/sun/star/awt/XFocusListener.hpp> diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx index 564555486f78..c8e4fd72ae75 100644 --- a/forms/source/richtext/richtextvclcontrol.cxx +++ b/forms/source/richtext/richtextvclcontrol.cxx @@ -32,9 +32,6 @@ #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> #if OSL_DEBUG_LEVEL > 0 - #ifndef _TOOLS_TEMPFILE_HXX - #include <tools/tempfile.hxx> - #endif #ifndef _UNTOOLS_UCBSTREAMHELPER_HXX #include <unotools/ucbstreamhelper.hxx> #endif |