diff options
-rw-r--r-- | include/editeng/outliner.hxx | 4 | ||||
-rw-r--r-- | sc/source/ui/view/viewfun3.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/docshell/docshel3.cxx | 5 |
3 files changed, 2 insertions, 9 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 1625783be32b..18a8dbe950f3 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.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 _OUTLINER_HXX -#define _OUTLINER_HXX +#ifndef INCLUDED_EDITENG_OUTLINER_HXX +#define INCLUDED_EDITENG_OUTLINER_HXX #include <editeng/editdata.hxx> #include <editeng/numitem.hxx> diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 942826e71528..f96d913d73a1 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#define _OUTLINER_HXX - #include "scitems.hxx" #include <svx/svdetc.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index 2ad7145bc129..d22f50a036b0 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "DrawDocShell.hxx" #include "app.hrc" @@ -30,16 +29,12 @@ #include <svx/dialmgr.hxx> #include <svl/srchitem.hxx> #include <svx/srchdlg.hxx> -#ifdef _OUTLINER_HXX -#include <editeng/outliner.hxx> -#endif #include <sfx2/request.hxx> #include <svl/style.hxx> #include <svx/drawitem.hxx> #include <editeng/unolingu.hxx> #include <com/sun/star/i18n/TextConversionOption.hpp> - #include "strings.hrc" #include "glob.hrc" #include "res_bmp.hrc" |