diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:40 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | facd86ef9cdac2f0acab13a8b525f0bfb99cac28 (patch) | |
tree | b20099418ed50ea373d131c15835efd3946fab41 /sfx2/source/inet | |
parent | 30afa21872109ef351ece5d0f0ad14e29d5e790e (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'sfx2/source/inet')
-rw-r--r-- | sfx2/source/inet/inettbc.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 4ac85a7c98fe..3fb48d599576 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -33,24 +33,16 @@ #ifndef GCC #endif #include <com/sun/star/uno/Any.h> -#ifndef _COM_SUN_STAR_FRAME_XFRAMESSUPLLIER_HPP_ #include <com/sun/star/frame/XFramesSupplier.hpp> -#endif #include <com/sun/star/task/XInteractionHandler.hpp> #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include <unotools/historyoptions.hxx> #include <svl/folderrestriction.hxx> #include <vcl/toolbox.hxx> -#ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/unohlp.hxx> -#endif -#ifndef _VOS_THREAD_HXX //autogen #include <vos/thread.hxx> -#endif -#ifndef _VOS_MUTEX_HXX //autogen #include <vos/mutex.hxx> -#endif #include <rtl/ustring.hxx> #include <svl/itemset.hxx> |