summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/dlgfield.hxx
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-05 15:54:53 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:20:55 +0200
commit8ca15ae5a4309e4e7b8f04a56ddf6334a5af75fb (patch)
treee4d16343f8e5a1a6b669a382903d34699e3a46c0 /sd/source/ui/inc/dlgfield.hxx
parent27da23aa8c78a76c736d7004336c014237039005 (diff)
more removed include guards using fixguard.py
Diffstat (limited to 'sd/source/ui/inc/dlgfield.hxx')
-rw-r--r--sd/source/ui/inc/dlgfield.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/inc/dlgfield.hxx b/sd/source/ui/inc/dlgfield.hxx
index b7f87348ad76..c066486476f2 100644
--- a/sd/source/ui/inc/dlgfield.hxx
+++ b/sd/source/ui/inc/dlgfield.hxx
@@ -30,21 +30,11 @@
#define _SD_DLGFIELD_HXX
-#ifndef _LSTBOX_HXX //autogen
#include <vcl/lstbox.hxx>
-#endif
-#ifndef _GROUP_HXX //autogen
#include <vcl/group.hxx>
-#endif
-#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
-#endif
-#ifndef _BUTTON_HXX //autogen
#include <vcl/button.hxx>
-#endif
-#ifndef _DIALOG_HXX //autogen
#include <vcl/dialog.hxx>
-#endif
#include <svx/langbox.hxx>
class SvxFieldData;