diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:52:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | 9c57cb0a6cc9662929f4d3a0d45421c456d30569 (patch) | |
tree | 54e8b05742415062a15c410b057fb1dbb5e7788c /editeng/source/outliner | |
parent | d15f68087ba98a2051ef205dc31ea22b28f27f8b (diff) |
fixincludeguards.sh: editeng
Change-Id: I022e690c1f50f7f5ae872889e21aaedb5c60085d
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outleeng.hxx | 4 | ||||
-rw-r--r-- | editeng/source/outliner/outlundo.hxx | 4 | ||||
-rw-r--r-- | editeng/source/outliner/paralist.hxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editeng/source/outliner/outleeng.hxx b/editeng/source/outliner/outleeng.hxx index a104ac711394..935b355ff7ce 100644 --- a/editeng/source/outliner/outleeng.hxx +++ b/editeng/source/outliner/outleeng.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 _OUTLEENG_HXX -#define _OUTLEENG_HXX +#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLEENG_HXX +#define INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLEENG_HXX #include <editeng/outliner.hxx> #include <editeng/editeng.hxx> diff --git a/editeng/source/outliner/outlundo.hxx b/editeng/source/outliner/outlundo.hxx index c0c38c672fdc..db5424a9f8b6 100644 --- a/editeng/source/outliner/outlundo.hxx +++ b/editeng/source/outliner/outlundo.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _OUTLUNDO_HXX -#define _OUTLUNDO_HXX +#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLUNDO_HXX +#define INCLUDED_EDITENG_SOURCE_OUTLINER_OUTLUNDO_HXX #include <editeng/outliner.hxx> #include <editeng/editdata.hxx> diff --git a/editeng/source/outliner/paralist.hxx b/editeng/source/outliner/paralist.hxx index d8abf686f518..8641e955e8aa 100644 --- a/editeng/source/outliner/paralist.hxx +++ b/editeng/source/outliner/paralist.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PARALIST_HXX -#define _PARALIST_HXX +#ifndef INCLUDED_EDITENG_SOURCE_OUTLINER_PARALIST_HXX +#define INCLUDED_EDITENG_SOURCE_OUTLINER_PARALIST_HXX #include <sal/config.h> #include <sal/log.hxx> |