From 8e1bffe7ffb0a091e06e83a453aec7ce666e8df0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 29 Jun 2012 15:50:40 +0200 Subject: Remove include guards Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f --- xmloff/source/forms/propertyimport.cxx | 2 -- xmloff/source/text/XMLFootnoteBodyImportContext.cxx | 2 -- xmloff/source/text/XMLSectionFootnoteConfigExport.cxx | 3 --- xmloff/source/text/XMLSectionFootnoteConfigImport.cxx | 2 -- 4 files changed, 9 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/forms/propertyimport.cxx b/xmloff/source/forms/propertyimport.cxx index 632f691a43cc..501622c24e29 100644 --- a/xmloff/source/forms/propertyimport.cxx +++ b/xmloff/source/forms/propertyimport.cxx @@ -47,9 +47,7 @@ #include #if OSL_DEBUG_LEVEL > 0 - #ifndef _OSL_THREAD_H_ #include - #endif #endif //......................................................................... diff --git a/xmloff/source/text/XMLFootnoteBodyImportContext.cxx b/xmloff/source/text/XMLFootnoteBodyImportContext.cxx index fe33907ba0e9..135fc97ae860 100644 --- a/xmloff/source/text/XMLFootnoteBodyImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteBodyImportContext.cxx @@ -19,9 +19,7 @@ #include "XMLFootnoteBodyImportContext.hxx" -#ifndef _RTL_USTRING #include -#endif #include #include #include diff --git a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx index 3c09c161d112..cedb551741e5 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigExport.cxx @@ -40,10 +40,7 @@ #include #include #include - -#ifndef _RTL_USTRING #include -#endif #include #include diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx index 199e56a058a3..ba8fa95b3d0d 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.cxx @@ -28,9 +28,7 @@ #include "XMLSectionFootnoteConfigImport.hxx" -#ifndef _RTL_USTRING #include -#endif #include #include #include -- cgit