diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:14 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:20:54 +0200 |
commit | 8e7505f5f5ee1298e9621a25e56afe2fbe1a248e (patch) | |
tree | 7e493542b0bdd7de5a929ddf94428a36bd36e69d /sd/source/ui/view/viewshe2.cxx | |
parent | c6ecc0827e13d6882dd77f6696a226e94d7bbae4 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'sd/source/ui/view/viewshe2.cxx')
-rw-r--r--[-rwxr-xr-x] | sd/source/ui/view/viewshe2.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/view/viewshe2.cxx b/sd/source/ui/view/viewshe2.cxx index 616516782be3..ffadb65fe344 100755..100644 --- a/sd/source/ui/view/viewshe2.cxx +++ b/sd/source/ui/view/viewshe2.cxx @@ -39,12 +39,8 @@ #include "ViewShellImplementation.hxx" #include "FactoryIds.hxx" -#ifndef _SVXIDS_HRC #include <svx/svxids.hrc> -#endif -#ifndef _SCRBAR_HXX //autogen #include <vcl/scrbar.hxx> -#endif #include <svx/svdpagv.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/app.hxx> @@ -57,9 +53,7 @@ #include <sfx2/dispatch.hxx> #include <rtl/ustrbuf.hxx> #include <unotools/moduleoptions.hxx> -#ifndef _SVX_DIALOGS_HRC #include <svx/dialogs.hrc> -#endif #include <sot/clsids.hxx> #include "misc.hxx" |