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/source | |
parent | fc7c68636687446d0723330e848faa93c4b7efd8 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/cancelcommandexecution.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/configureucb.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/handleinteractionrequest.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/provconf.cxx | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | ucbhelper/source/provider/simplecertificatevalidationrequest.cxx | 0 |
5 files changed, 0 insertions, 8 deletions
diff --git a/ucbhelper/source/provider/cancelcommandexecution.cxx b/ucbhelper/source/provider/cancelcommandexecution.cxx index 8be75ee8aabd..042b68904fa2 100644 --- a/ucbhelper/source/provider/cancelcommandexecution.cxx +++ b/ucbhelper/source/provider/cancelcommandexecution.cxx @@ -37,9 +37,7 @@ #include <cppuhelper/exc_hlp.hxx> #include <com/sun/star/ucb/CommandFailedException.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> -#ifndef _UCBHELPER_INTERACTIONREQUEST_HXX #include <ucbhelper/interactionrequest.hxx> -#endif #include <ucbhelper/cancelcommandexecution.hxx> #include <ucbhelper/simpleioerrorrequest.hxx> diff --git a/ucbhelper/source/provider/configureucb.cxx b/ucbhelper/source/provider/configureucb.cxx index ee881c97ecbf..69c2d41f740c 100644 --- a/ucbhelper/source/provider/configureucb.cxx +++ b/ucbhelper/source/provider/configureucb.cxx @@ -37,9 +37,7 @@ #include "osl/diagnose.h" -#ifndef _UCBHELPER_PROVCONF_HXX_ #include <provconf.hxx> -#endif #include <registerucb.hxx> using namespace com::sun::star; diff --git a/ucbhelper/source/provider/handleinteractionrequest.cxx b/ucbhelper/source/provider/handleinteractionrequest.cxx index 395a81c36fed..a74293b72cb9 100644 --- a/ucbhelper/source/provider/handleinteractionrequest.cxx +++ b/ucbhelper/source/provider/handleinteractionrequest.cxx @@ -38,9 +38,7 @@ #include "cppuhelper/exc_hlp.hxx" #include "osl/diagnose.h" #include "rtl/ustring.hxx" -#ifndef _UCBHELPER_INTERACTIONREQUEST_HXX #include "ucbhelper/interactionrequest.hxx" -#endif #include "ucbhelper/simpleauthenticationrequest.hxx" #include "ucbhelper/simpleinteractionrequest.hxx" #include "ucbhelper/simplecertificatevalidationrequest.hxx" diff --git a/ucbhelper/source/provider/provconf.cxx b/ucbhelper/source/provider/provconf.cxx index df1917b45413..2cd7edfc67ef 100644 --- a/ucbhelper/source/provider/provconf.cxx +++ b/ucbhelper/source/provider/provconf.cxx @@ -34,9 +34,7 @@ *************************************************************************/ -#ifndef _UCBHELPER_PROVCONF_HXX_ #include <provconf.hxx> -#endif #include <osl/diagnose.h> #include <rtl/ustrbuf.hxx> #include <com/sun/star/beans/PropertyValue.hpp> diff --git a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx index 8a34dc3c4e13..8a34dc3c4e13 100755..100644 --- a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx +++ b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx |