diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:51 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:21:29 +0200 |
commit | 028b4003986f9cff3274707eebd14ee9099bf87b (patch) | |
tree | 6e37bc8851a0a068389d4626a8364669600c6fdf /padmin/source | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'padmin/source')
-rw-r--r-- | padmin/source/cmddlg.cxx | 2 | ||||
-rw-r--r-- | padmin/source/helper.cxx | 2 | ||||
-rw-r--r-- | padmin/source/progress.cxx | 2 | ||||
-rw-r--r-- | padmin/source/titlectrl.cxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/padmin/source/cmddlg.cxx b/padmin/source/cmddlg.cxx index 76d181fb8e5e..37d89dc667d2 100644 --- a/padmin/source/cmddlg.cxx +++ b/padmin/source/cmddlg.cxx @@ -28,9 +28,7 @@ #include <stdio.h> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#ifndef _PAD_RTSETUP_HRC_ #include <rtsetup.hrc> -#endif #include <cmddlg.hxx> #include <padialog.hxx> #include <helper.hxx> diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx index b81d37df5cb1..ab630f68fda4 100644 --- a/padmin/source/helper.cxx +++ b/padmin/source/helper.cxx @@ -27,9 +27,7 @@ #include <unistd.h> #include <helper.hxx> -#ifndef _PAD_PADIALOG_HRC_ #include <padialog.hrc> -#endif #include <osl/file.hxx> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> diff --git a/padmin/source/progress.cxx b/padmin/source/progress.cxx index 03ef67db8da9..f763d2c300d0 100644 --- a/padmin/source/progress.cxx +++ b/padmin/source/progress.cxx @@ -34,9 +34,7 @@ #include <vcl/svapp.hxx> #include <progress.hxx> #include <helper.hxx> -#ifndef _PAD_PADIALOG_HRC_ #include <padialog.hrc> -#endif using namespace padmin; diff --git a/padmin/source/titlectrl.cxx b/padmin/source/titlectrl.cxx index 450780dce1e3..4db59ded2857 100644 --- a/padmin/source/titlectrl.cxx +++ b/padmin/source/titlectrl.cxx @@ -25,9 +25,7 @@ * ************************************************************************/ -#ifndef _PAD_NEWPPDLG_HXX_ #include <titlectrl.hxx> -#endif using namespace padmin; |