diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:50:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch) | |
tree | a68fba5f15f673afac96bf8fcc7947ec4ff918d2 /forms/source | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/richtext/richtextvclcontrol.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx index c8e4fd72ae75..043aeff2456c 100644 --- a/forms/source/richtext/richtextvclcontrol.cxx +++ b/forms/source/richtext/richtextvclcontrol.cxx @@ -32,18 +32,10 @@ #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> #if OSL_DEBUG_LEVEL > 0 - #ifndef _UNTOOLS_UCBSTREAMHELPER_HXX #include <unotools/ucbstreamhelper.hxx> - #endif - #ifndef _SV_MSGBOX_HXX #include <vcl/msgbox.hxx> - #endif - #ifndef _FILEDLGHELPER_HXX #include <sfx2/filedlghelper.hxx> - #endif - #ifndef _URLOBJ_HXX #include <tools/urlobj.hxx> - #endif #include "com/sun/star/ui/dialogs/TemplateDescription.hpp" #endif #include <editeng/scripttypeitem.hxx> |