diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:54:53 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:20:55 +0200 |
commit | 8ca15ae5a4309e4e7b8f04a56ddf6334a5af75fb (patch) | |
tree | e4d16343f8e5a1a6b669a382903d34699e3a46c0 /sd/source/ui/inc/dlgass.hxx | |
parent | 27da23aa8c78a76c736d7004336c014237039005 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'sd/source/ui/inc/dlgass.hxx')
-rw-r--r--[-rwxr-xr-x] | sd/source/ui/inc/dlgass.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/inc/dlgass.hxx b/sd/source/ui/inc/dlgass.hxx index 523b86cf66a8..3755922bc340 100755..100644 --- a/sd/source/ui/inc/dlgass.hxx +++ b/sd/source/ui/inc/dlgass.hxx @@ -28,21 +28,11 @@ #ifndef INC_DLGASS #define INC_DLGASS -#ifndef _GROUP_HXX #include <vcl/group.hxx> -#endif -#ifndef _EDIT_HXX #include <vcl/edit.hxx> -#endif -#ifndef _FIXED_HXX #include <vcl/fixed.hxx> -#endif -#ifndef _BUTTON_HXX #include <vcl/button.hxx> -#endif -#ifndef _DIALOG_HXX #include <vcl/dialog.hxx> -#endif #include <svtools/svmedit.hxx> #include "assclass.hxx" #include <vcl/lstbox.hxx> |