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/fldui/fldvar.cxx | |
parent | 0f0c8591f93c568589df03eab07f08fe36ca4ac3 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'sw/source/ui/fldui/fldvar.cxx')
-rw-r--r-- | sw/source/ui/fldui/fldvar.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx index c3a2f6dd47..200da2c5ae 100644 --- a/sw/source/ui/fldui/fldvar.cxx +++ b/sw/source/ui/fldui/fldvar.cxx @@ -38,27 +38,17 @@ #include <docufld.hxx> #include <expfld.hxx> #include <ddefld.hxx> -#ifndef _VIEW_HXX #include <view.hxx> -#endif #include <wrtsh.hxx> #include <doc.hxx> #include <docary.hxx> #include <swmodule.hxx> -#ifndef _FLDVAR_HXX #include <fldvar.hxx> -#endif #include <calc.hxx> #include <svl/zformat.hxx> -#ifndef _GLOBALS_HRC #include <globals.hrc> -#endif -#ifndef _FLDUI_HRC #include <fldui.hrc> -#endif -#ifndef _FLDTDLG_HRC #include <fldtdlg.hrc> -#endif #define USER_DATA_VERSION_1 "1" #define USER_DATA_VERSION USER_DATA_VERSION_1 |