diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:38 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 17:58:28 +0200 |
commit | fbd40753f5378f8f8bc69ab8030101355845dfcc (patch) | |
tree | 9992fb6348076f16af5f2a2750194db9991dc2c7 /dbaccess/source/ui/inc/CollectionView.hxx | |
parent | dc8c15ae6267fe42ae1e9b69b30d2f5d9617e942 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'dbaccess/source/ui/inc/CollectionView.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/CollectionView.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dbaccess/source/ui/inc/CollectionView.hxx b/dbaccess/source/ui/inc/CollectionView.hxx index 1790f5dc1f4a..d7daac68fd2e 100644 --- a/dbaccess/source/ui/inc/CollectionView.hxx +++ b/dbaccess/source/ui/inc/CollectionView.hxx @@ -28,24 +28,12 @@ #ifndef DBAUI_COLLECTIONVIEW_HXX #define DBAUI_COLLECTIONVIEW_HXX -#ifndef _SVT_FILEVIEW_HXX #include <svtools/fileview.hxx> -#endif -#ifndef _BUTTON_HXX //autogen #include <vcl/button.hxx> -#endif -#ifndef _SV_EDIT_HXX #include <vcl/edit.hxx> -#endif -#ifndef _SV_FIXED_HXX #include <vcl/fixed.hxx> -#endif -#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_ #include <com/sun/star/ucb/XContent.hpp> -#endif -#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_ #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#endif //......................................................................... namespace dbaui |