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 --- comphelper/source/misc/accessibletexthelper.cxx | 2 -- comphelper/source/misc/evtmethodhelper.cxx | 0 comphelper/source/misc/stillreadwriteinteraction.cxx | 6 ------ 3 files changed, 8 deletions(-) mode change 100755 => 100644 comphelper/source/misc/evtmethodhelper.cxx (limited to 'comphelper/source/misc') diff --git a/comphelper/source/misc/accessibletexthelper.cxx b/comphelper/source/misc/accessibletexthelper.cxx index e3247cae5b60..10bd0f913285 100644 --- a/comphelper/source/misc/accessibletexthelper.cxx +++ b/comphelper/source/misc/accessibletexthelper.cxx @@ -32,9 +32,7 @@ #include #include #include -#ifndef _COM_SUN_STAR_TEXT_WORDTYPE_HPP_ #include -#endif #include #include #include diff --git a/comphelper/source/misc/evtmethodhelper.cxx b/comphelper/source/misc/evtmethodhelper.cxx old mode 100755 new mode 100644 diff --git a/comphelper/source/misc/stillreadwriteinteraction.cxx b/comphelper/source/misc/stillreadwriteinteraction.cxx index 9054f0754b5e..7499758708b3 100644 --- a/comphelper/source/misc/stillreadwriteinteraction.cxx +++ b/comphelper/source/misc/stillreadwriteinteraction.cxx @@ -29,17 +29,11 @@ #include "precompiled_comphelper.hxx" #include -#ifndef __COM_SUN_STAR_UCB_INTERACTIVEIOEXCEPTION_HPP__ #include -#endif -#ifndef __COM_SUN_STAR_TASK_XINTERACTIONABORT_HPP__ #include -#endif -#ifndef __COM_SUN_STAR_UCB_UNSUPPORTEDDATASINKEXCEPTION_HPP__ #include -#endif namespace comphelper{ -- cgit