diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:53:41 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 19:10:00 +0200 |
commit | a4bf209e2c5c2ff3fed5dcaeb7226b2f549c7ce5 (patch) | |
tree | 3e5ed49e2ef6bee297344d01f65dd45932a6e1ec /sc/source/ui/inc/filldlg.hxx | |
parent | 137b49c1d42163da7d9ccb82d1783b0e2fb57e17 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'sc/source/ui/inc/filldlg.hxx')
-rw-r--r-- | sc/source/ui/inc/filldlg.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx index 4fe190a06aa7..26dab9f928d9 100644 --- a/sc/source/ui/inc/filldlg.hxx +++ b/sc/source/ui/inc/filldlg.hxx @@ -28,18 +28,10 @@ #ifndef SC_FILLDLG_HXX #define SC_FILLDLG_HXX -#ifndef _DIALOG_HXX //autogen #include <vcl/dialog.hxx> -#endif -#ifndef _BUTTON_HXX //autogen #include <vcl/button.hxx> -#endif -#ifndef _FIXED_HXX //autogen #include <vcl/fixed.hxx> -#endif -#ifndef _EDIT_HXX //autogen #include <vcl/edit.hxx> -#endif #include "global.hxx" class ScDocument; |