diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:50:40 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 (patch) | |
tree | a68fba5f15f673afac96bf8fcc7947ec4ff918d2 /lotuswordpro/source | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/genericfilter.cxx | 3 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwp9reader.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpdoc.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpglobalmgr.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpgrfobj.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwplayout.cxx | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpobjfactory.cxx | 4 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpobjid.cxx | 4 |
8 files changed, 0 insertions, 21 deletions
diff --git a/lotuswordpro/source/filter/genericfilter.cxx b/lotuswordpro/source/filter/genericfilter.cxx index d889515acb4e..1a374720c460 100644 --- a/lotuswordpro/source/filter/genericfilter.cxx +++ b/lotuswordpro/source/filter/genericfilter.cxx @@ -4,10 +4,7 @@ #include <osl/mutex.hxx> #include <osl/thread.h> #include <cppuhelper/factory.hxx> - -#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_ #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#endif #include "LotusWordProImportFilter.hxx" diff --git a/lotuswordpro/source/filter/lwp9reader.cxx b/lotuswordpro/source/filter/lwp9reader.cxx index 29c52d382e24..eda611afd372 100644 --- a/lotuswordpro/source/filter/lwp9reader.cxx +++ b/lotuswordpro/source/filter/lwp9reader.cxx @@ -53,9 +53,7 @@ * * ************************************************************************/ -#ifndef _LWP9READER_HXX #include "lwp9reader.hxx" -#endif #include "lwpglobalmgr.hxx" #include "lwpunoheader.hxx" #include "lwparrowstyles.hxx" diff --git a/lotuswordpro/source/filter/lwpdoc.cxx b/lotuswordpro/source/filter/lwpdoc.cxx index c5986d59f875..e9a2f72b8cef 100644 --- a/lotuswordpro/source/filter/lwpdoc.cxx +++ b/lotuswordpro/source/filter/lwpdoc.cxx @@ -66,9 +66,7 @@ #include "lwplayout.hxx" #include "lwppagelayout.hxx" #include "xfilter/xfstylemanager.hxx" -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif LwpDocument::LwpDocument(LwpObjectHeader& objHdr, LwpSvStream* pStrm) : LwpDLNFPVList(objHdr, pStrm), m_pOwnedFoundry(NULL), m_pLnOpts(NULL) diff --git a/lotuswordpro/source/filter/lwpglobalmgr.cxx b/lotuswordpro/source/filter/lwpglobalmgr.cxx index ce3167e15b6e..71dcc243d7dd 100644 --- a/lotuswordpro/source/filter/lwpglobalmgr.cxx +++ b/lotuswordpro/source/filter/lwpglobalmgr.cxx @@ -54,9 +54,7 @@ * ************************************************************************/ #include "lwpglobalmgr.hxx" -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif std::map< sal_uInt32,LwpGlobalMgr* > LwpGlobalMgr::m_ThreadMap; LwpGlobalMgr::LwpGlobalMgr(LwpSvStream* pSvStream) { diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx b/lotuswordpro/source/filter/lwpgrfobj.cxx index 56320836b00a..718d5f5fe984 100644 --- a/lotuswordpro/source/filter/lwpgrfobj.cxx +++ b/lotuswordpro/source/filter/lwpgrfobj.cxx @@ -82,9 +82,7 @@ //For chart #include "string.h" -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif #define EF_NONE 0x0000 #define EF_FTP 0x0001 diff --git a/lotuswordpro/source/filter/lwplayout.cxx b/lotuswordpro/source/filter/lwplayout.cxx index 4a4ebe9a5bcd..1c646f9ffc4f 100644 --- a/lotuswordpro/source/filter/lwplayout.cxx +++ b/lotuswordpro/source/filter/lwplayout.cxx @@ -74,9 +74,7 @@ #include "lwppagehint.hxx" #include "lwpdivinfo.hxx" #include "lwpgrfobj.hxx" -#ifndef _OSL_THREAD_H_ #include <osl/thread.h> -#endif LwpVirtualLayout::LwpVirtualLayout(LwpObjectHeader &objHdr, LwpSvStream* pStrm) : LwpDLNFPVList(objHdr, pStrm) diff --git a/lotuswordpro/source/filter/lwpobjfactory.cxx b/lotuswordpro/source/filter/lwpobjfactory.cxx index a14e1932e315..616b11b246bb 100644 --- a/lotuswordpro/source/filter/lwpobjfactory.cxx +++ b/lotuswordpro/source/filter/lwpobjfactory.cxx @@ -63,11 +63,7 @@ ************************************************************************/ #include "lwpobjfactory.hxx" - -#ifndef _LWPDEFS_HXX #include "lwpdefs.hxx" -#endif - #include "lwpdoc.hxx" #include "lwptemp.hxx" #include "lwpstory.hxx" diff --git a/lotuswordpro/source/filter/lwpobjid.cxx b/lotuswordpro/source/filter/lwpobjid.cxx index 78268669d740..5eb7f6d3e2ce 100644 --- a/lotuswordpro/source/filter/lwpobjid.cxx +++ b/lotuswordpro/source/filter/lwpobjid.cxx @@ -62,11 +62,7 @@ Jan 2005 Created ************************************************************************/ - -#ifndef _LWPOBJECTID_HXX #include "lwpobjid.hxx" -#endif - #include "lwpfilehdr.hxx" #include "lwpobjfactory.hxx" #include "lwpglobalmgr.hxx" |