diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:31 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:22:24 +0200 |
commit | aa42876a0e79444577cdf9a4ca4297b6dd7bf792 (patch) | |
tree | 369dc18620951c66b4d913626a944ac5c212b274 /sw/source/ui/table/tablepg.hxx | |
parent | a4781ea4a180171d837bbffec5dc16b7f2bc7138 (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'sw/source/ui/table/tablepg.hxx')
-rw-r--r-- | sw/source/ui/table/tablepg.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/table/tablepg.hxx b/sw/source/ui/table/tablepg.hxx index 51e39a65dce9..615bef404d3d 100644 --- a/sw/source/ui/table/tablepg.hxx +++ b/sw/source/ui/table/tablepg.hxx @@ -27,15 +27,9 @@ #ifndef _SWTABLEPG_HXX #define _SWTABLEPG_HXX #include <sfx2/tabdlg.hxx> -#ifndef _FIXED_HXX //autogen #include <vcl/fixed.hxx> -#endif -#ifndef _IMAGEBTN_HXX //autogen #include <vcl/imagebtn.hxx> -#endif -#ifndef _LSTBOX_HXX //autogen #include <vcl/lstbox.hxx> -#endif #include <actctrl.hxx> #include "prcntfld.hxx" #include "swtypes.hxx" |