From 9e5132290b81e2907d4098d9a997f74cda2723f6 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 5 Nov 2013 04:24:37 +0100 Subject: [PATCH] remove further external include guards Change-Id: I23ec3b7372425fb35d4b0c50c5719a2170251ffc --- include/svx/nbdtmg.hxx | 4 ++-- include/svx/nbdtmgfact.hxx | 4 ++-- .../core/objectpositioning/anchoredobjectposition.cxx | 2 -- .../objectpositioning/environmentofanchoredobject.cxx | 2 -- sw/source/ui/shells/textsh1.cxx | 9 --------- writerfilter/source/filter/WriterFilter.cxx | 2 -- 6 files changed, 4 insertions(+), 19 deletions(-) diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index ab157e216fc7..a8e143b1f1c4 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _NBDTMG_HXX -#define _NBDTMG_HXX +#ifndef INCLUDED_SVX_NBDTMG_HXX +#define INCLUDED_SVX_NBDTMG_HXX #include "svx/svxdllapi.h" #include #include diff --git a/include/svx/nbdtmgfact.hxx b/include/svx/nbdtmgfact.hxx index b4c35a90eb8e..72cf96a2a26b 100644 --- a/include/svx/nbdtmgfact.hxx +++ b/include/svx/nbdtmgfact.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _NBDTMGFACT_HXX -#define _NBDTMGFACT_HXX +#ifndef INCLUDED_SVX_NBDTMGFACT_HXX +#define INCLUDED_SVX_NBDTMGFACT_HXX #include "nbdtmg.hxx" namespace svx { namespace sidebar { namespace NBOutlineTypeMgrFact { SVX_DLLPUBLIC NBOTypeMgrBase* CreateInstance(const NBOType aType); diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx b/sw/source/core/objectpositioning/anchoredobjectposition.cxx index 2f6b73e14c17..c1927daf9eee 100644 --- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx @@ -18,9 +18,7 @@ */ #include -#ifndef _ENVIRONMENTOFANCHOREDOBJECT #include -#endif #include #include #include diff --git a/sw/source/core/objectpositioning/environmentofanchoredobject.cxx b/sw/source/core/objectpositioning/environmentofanchoredobject.cxx index 2a5642d4f3e2..779d82988f33 100644 --- a/sw/source/core/objectpositioning/environmentofanchoredobject.cxx +++ b/sw/source/core/objectpositioning/environmentofanchoredobject.cxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _ENVIRONMENTOFANCHOREDOBJECT #include -#endif #include #include #include diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx index 75c263fd8b8d..8a4d454bbcf1 100644 --- a/sw/source/ui/shells/textsh1.cxx +++ b/sw/source/ui/shells/textsh1.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include #include @@ -116,18 +115,10 @@ #include #include #include - -#ifndef _NBDTMGFACT_HXX #include -#endif -#ifndef _NBDTMG_HXX #include -#endif - - #include - using namespace ::com::sun::star; using namespace svx::sidebar; diff --git a/writerfilter/source/filter/WriterFilter.cxx b/writerfilter/source/filter/WriterFilter.cxx index d5a9c6957eee..e739453010c7 100644 --- a/writerfilter/source/filter/WriterFilter.cxx +++ b/writerfilter/source/filter/WriterFilter.cxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CPPUHELPER_IMPLEMENTATIONENTRY_ #include -#endif #include #include #include