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 /sw/source/ui/misc | |
parent | b63027f0992cf5c368faeb807c69110997dd00ea (diff) |
Remove include guards
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r-- | sw/source/ui/misc/num.cxx | 5 | ||||
-rw-r--r-- | sw/source/ui/misc/outline.cxx | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx index 983bb7eb63c3..912b24b342de 100644 --- a/sw/source/ui/misc/num.cxx +++ b/sw/source/ui/misc/num.cxx @@ -21,12 +21,7 @@ #undef SW_DLLIMPLEMENTATION #endif - - -#define USE_NUMTABPAGES -#define _NUM_CXX #include <hintids.hxx> - #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> #include <sfx2/imgmgr.hxx> diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index abd58e4496a3..cfa46f51cd1c 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -37,11 +37,7 @@ #include <editeng/brshitem.hxx> #include <unotools/configmgr.hxx> #include <SwStyleNameMapper.hxx> - -#ifndef _NUM_HXX //autogen -#define USE_NUMTABPAGES #include <num.hxx> -#endif #include <view.hxx> #include <docsh.hxx> #include <uitool.hxx> @@ -68,9 +64,7 @@ #include <IDocumentOutlineNodes.hxx> #include <app.hrc> -#ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEROLE_HPP_ #include <com/sun/star/accessibility/AccessibleRole.hpp> -#endif using namespace ::com::sun::star; |