diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 17:00:08 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:22:24 +0200 |
commit | 2d95c5e1c4c4439d1b83b0681ab87403fdbaa540 (patch) | |
tree | e814b3383d6e97abde3925eec135a037d50afd03 /sw/source/ui/lingu/hhcwrp.cxx | |
parent | 0f0c8591f93c568589df03eab07f08fe36ca4ac3 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'sw/source/ui/lingu/hhcwrp.cxx')
-rw-r--r-- | sw/source/ui/lingu/hhcwrp.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx index 9d7771e11a..e44d77560b 100644 --- a/sw/source/ui/lingu/hhcwrp.cxx +++ b/sw/source/ui/lingu/hhcwrp.cxx @@ -33,20 +33,14 @@ #include <hintids.hxx> -#ifndef _VIEW_HXX #include <view.hxx> -#endif #include <wrtsh.hxx> #include <swundo.hxx> // fuer Undo-Ids -#ifndef _GLOBALS_HRC #include <globals.hrc> -#endif #include <splargs.hxx> -#ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> -#endif #include <editeng/unolingu.hxx> #include <editeng/langitem.hxx> #include <editeng/fontitem.hxx> @@ -69,9 +63,7 @@ #include <breakit.hxx> #include <docsh.hxx> -#ifndef _OLMENU_HRC #include <olmenu.hrc> -#endif #include <unomid.h> |