From 028b4003986f9cff3274707eebd14ee9099bf87b Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 4 Oct 2010 16:59:51 +0200 Subject: remove include guards using fixguard.py --- ucbhelper/source/provider/cancelcommandexecution.cxx | 2 -- ucbhelper/source/provider/configureucb.cxx | 2 -- ucbhelper/source/provider/handleinteractionrequest.cxx | 2 -- ucbhelper/source/provider/provconf.cxx | 2 -- ucbhelper/source/provider/simplecertificatevalidationrequest.cxx | 0 ucbhelper/workben/ucbexplorer/ucbexplorer.cxx | 2 -- 6 files changed, 10 deletions(-) mode change 100755 => 100644 ucbhelper/source/provider/simplecertificatevalidationrequest.cxx (limited to 'ucbhelper') 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 #include #include -#ifndef _UCBHELPER_INTERACTIONREQUEST_HXX #include -#endif #include #include 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 -#endif #include 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 -#endif #include #include #include diff --git a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx old mode 100755 new mode 100644 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 #include -#ifndef _UCBEXPLORER_HRC #include "ucbexplorer.hrc" -#endif using namespace com::sun::star; using namespace com::sun::star::beans; -- cgit