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 /ucbhelper/workben | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'ucbhelper/workben')
-rw-r--r-- | ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx index 4ca6cb71881d..aceecebd68eb 100644 --- a/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx +++ b/ucbhelper/workben/ucbexplorer/ucbexplorer.cxx @@ -57,9 +57,7 @@ #include <ucbhelper/macros.hxx> #include <ucbhelper/configurationkeys.hxx> -#ifndef _UCBEXPLORER_HRC #include "ucbexplorer.hrc" -#endif using namespace com::sun::star; using namespace com::sun::star::beans; |