diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 04:24:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:54 +0100 |
commit | 9e5132290b81e2907d4098d9a997f74cda2723f6 (patch) | |
tree | b8f65f05f3c4ae7389b4653c1216a016672d52f5 /sw/source | |
parent | d22cf7e932af137e8c0621acc37873ced3ab7c89 (diff) |
remove further external include guards
Change-Id: I23ec3b7372425fb35d4b0c50c5719a2170251ffc
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/objectpositioning/anchoredobjectposition.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/objectpositioning/environmentofanchoredobject.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/shells/textsh1.cxx | 9 |
3 files changed, 0 insertions, 13 deletions
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 <anchoredobjectposition.hxx> -#ifndef _ENVIRONMENTOFANCHOREDOBJECT #include <environmentofanchoredobject.hxx> -#endif #include <flyfrm.hxx> #include <flyfrms.hxx> #include <txtfrm.hxx> 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 <environmentofanchoredobject.hxx> -#endif #include <frame.hxx> #include <pagefrm.hxx> #include <flyfrm.hxx> 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 <com/sun/star/i18n/WordType.hpp> #include <com/sun/star/ui/dialogs/XSLTFilterDialog.hpp> @@ -116,18 +115,10 @@ #include <uiitems.hxx> #include <wordcountdialog.hxx> #include <tools/diagnose_ex.h> - -#ifndef _NBDTMGFACT_HXX #include <svx/nbdtmgfact.hxx> -#endif -#ifndef _NBDTMG_HXX #include <svx/nbdtmg.hxx> -#endif - - #include <numrule.hxx> - using namespace ::com::sun::star; using namespace svx::sidebar; |