diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:09 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:15:59 +0200 |
commit | 27b05e4d7b9e6e6d6e8c1332a80886eb051defc0 (patch) | |
tree | cced44a99a4f8e16d87581baaac1611b49f67ca6 /writerperfect/source | |
parent | 19457ab2b58a0df033b60cf1c7f96b7b9896a317 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'writerperfect/source')
4 files changed, 0 insertions, 12 deletions
diff --git a/writerperfect/source/filter/DocumentHandler.cxx b/writerperfect/source/filter/DocumentHandler.cxx index 71dd370c96fb..29f4c6300451 100644 --- a/writerperfect/source/filter/DocumentHandler.cxx +++ b/writerperfect/source/filter/DocumentHandler.cxx @@ -26,9 +26,7 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> -#ifndef _ATTRLIST_HPP_ #include <xmloff/attrlist.hxx> -#endif using namespace ::rtl; using rtl::OUString; diff --git a/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx b/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx index d4ee07e87c6d..e8977fb9150c 100644 --- a/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx +++ b/writerperfect/source/wpdimp/WordPerfectImportFilter.cxx @@ -29,9 +29,7 @@ */ #include <osl/diagnose.h> -#ifndef _RTL_TENCINFO_H_ #include <rtl/tencinfo.h> -#endif #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/xml/sax/XAttributeList.hpp> @@ -39,13 +37,9 @@ #include <com/sun/star/xml/sax/InputSource.hpp> #include <com/sun/star/xml/sax/XParser.hpp> -#ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HPP #include <com/sun/star/ucb/XCommandEnvironment.hpp> -#endif -#ifndef _ATTRLIST_HPP_ #include <xmloff/attrlist.hxx> -#endif #include <ucbhelper/content.hxx> #include "filter/FilterInternal.hxx" diff --git a/writerperfect/source/wpgimp/wpgimport_genericfilter.cxx b/writerperfect/source/wpgimp/wpgimport_genericfilter.cxx index 4666abd5d6d1..07f2b5211967 100644 --- a/writerperfect/source/wpgimp/wpgimport_genericfilter.cxx +++ b/writerperfect/source/wpgimp/wpgimport_genericfilter.cxx @@ -28,9 +28,7 @@ #include <osl/thread.h> #include <cppuhelper/factory.hxx> -#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#endif #include "WPGImportFilter.hxx" diff --git a/writerperfect/source/wpsimp/msworks_genericfilter.cxx b/writerperfect/source/wpsimp/msworks_genericfilter.cxx index f77b9c2bbb47..5371711b5ac5 100644 --- a/writerperfect/source/wpsimp/msworks_genericfilter.cxx +++ b/writerperfect/source/wpsimp/msworks_genericfilter.cxx @@ -28,9 +28,7 @@ #include <osl/thread.h> #include <cppuhelper/factory.hxx> -#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#endif #include "MSWorksImportFilter.hxx" |